#D98B3B

Color #D98B3B Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D98B3B

Tints of Peru #D98B3B

Color information

#D98B3B (or 0xD98B3B) is unknown color: approx Peru. HEX triplet: D9, 8B and 3B. RGB value is (217,139,59). Sum of RGB (Red+Green+Blue) = 217+139+59=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98B3B is #2674C4. Grayscale: #999999. Windows color (decimal): -2520261 or 3902425. OLE color: 3902425.

HSL color Cylindrical-coordinate representation of color #D98B3B: hue angle of 30.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D98B3B is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21713959-
CMYK00.360.730.15
HSL30.38º67.52%54.12%-
HSV(B)30.38º72.81%85.1%-
XYZ38.6433.538.57-
YUV153.274.84173.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 59 (23.44% from 255) = 14.22%
R=52.29%
G=33.49%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171395900.360.730.1530.3867.5254.12
HexD98B3B02449F1e4436
Octal33121373044111173610466
Binary1101100110001011111011010010010010011111111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98B3B; }

 p { color: rgb(217,139,59); }

 H1.HeaderClassName
 {
   color: #D98B3B;
 }
 .AnyTagClassName
 {
   color: #D98B3B;
 }
</style>
background-color css

<style>
 a { background-color: #D98B3B; }

 a { background-color: rgb(217,139,59); }

 div.DivClassName
 {
   background-color: #D98B3B;
 }
 .BgClassName
 {
   background-color: #D98B3B;
 }
</style>
border-color css

<style>
 span { border-color: #D98B3B; }

 span { border-color: rgb(217,139,59); }

 td.TdClassName
 {
   border-color: #D98B3B;
 }
 .TagClassName
 {
   border-color: #D98B3B;
 }
</style>