Html Css Color HEX #D08A47 Peru

📋 copy color: '#D08A47'

red 208 ◦ green 138 ◦ blue 71

#D08A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #D08A47

Tints of Peru #D08A47

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 49.88%
G = 33.09%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D08A47 (or 0xD08A47) is known color: Peru. HEX triplet: D0, 8A and 47. RGB value is (208,138,71). Sum of RGB (Red+Green+Blue) = 208+138+71=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A47 is #2F75B8. Grayscale: #979797. Windows color (decimal): -3110329 or 4688592. OLE color: 4688592.

HSL color Cylindrical-coordinate representation of color #D08A47: hue angle of 29.34º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D08A47 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 71 -
CMYK 0 0.34 0.66 0.18
HSL 29.34º 0.59% 0.55% -
HSV(B) 29.34º 0.66% 0.82% -
XYZ 36.24 32.04 10.24 -
YUV 151.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 208 138 71 0 0.34 0.66 0.18 29.34 0.59 0.55
Hex D0 8A 47 0 22 42 12 1D 3B 37
Octal 320 212 107 0 42 102 22 35 73 67
Binary 11010000 10001010 1000111 0 100010 1000010 10010 11101 111011 110111

Color Harmonies of #D08A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A47

Black with #D08A47

Text Example


Text Example

White with #D08A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A47; }

 p { color: rgb(208,138,71); }

 H1.HeaderClassName
 {
   color: #D08A47;
 }
 .AnyTagClassName
 {
   color: #D08A47;
 }
</style>

background-color css

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

 a { background-color: rgb(208,138,71); }

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

border-color css

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

 span { border-color: rgb(208,138,71); }

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