Html Css Color HEX #D08A39 Peru

📋 copy color: '#D08A39'

red 208 ◦ green 138 ◦ blue 57

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

Shades of Peru #D08A39

Tints of Peru #D08A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.14%

R = 51.61%
G = 34.24%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D08A39 (or 0xD08A39) is known color: Peru. HEX triplet: D0, 8A and 39. RGB value is (208,138,57). Sum of RGB (Red+Green+Blue) = 208+138+57=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A39 is #2F75C6. Grayscale: #969696. Windows color (decimal): -3110343 or 3771088. OLE color: 3771088.

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

Color convert

RGB 208 138 57 -
CMYK 0 0.34 0.73 0.18
HSL 32.19º 0.62% 0.52% -
HSV(B) 32.19º 0.73% 0.82% -
XYZ 35.84 31.88 8.14 -
YUV 149.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 208 138 57 0 0.34 0.73 0.18 32.19 0.62 0.52
Hex D0 8A 39 0 22 49 12 20 3E 34
Octal 320 212 71 0 42 111 22 40 76 64
Binary 11010000 10001010 111001 0 100010 1001001 10010 100000 111110 110100

Color Harmonies of #D08A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A39

Black with #D08A39

Text Example


Text Example

White with #D08A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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