Html Css Color HEX #D08942 Peru

📋 copy color: '#D08942'

red 208 ◦ green 137 ◦ blue 66

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

Shades of Peru #D08942

Tints of Peru #D08942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 50.61%
G = 33.33%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08942 (or 0xD08942) is known color: Peru. HEX triplet: D0, 89 and 42. RGB value is (208,137,66). Sum of RGB (Red+Green+Blue) = 208+137+66=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D08942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08942 is #2F76BD. Grayscale: #969696. Windows color (decimal): -3110590 or 4360656. OLE color: 4360656.

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

Color convert

RGB 208 137 66 -
CMYK 0 0.34 0.68 0.18
HSL 30º 0.6% 0.54% -
HSV(B) 30º 0.68% 0.82% -
XYZ 35.94 31.69 9.38 -
YUV 150.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 208 137 66 0 0.34 0.68 0.18 30 0.6 0.54
Hex D0 89 42 0 22 44 12 1E 3C 36
Octal 320 211 102 0 42 104 22 36 74 66
Binary 11010000 10001001 1000010 0 100010 1000100 10010 11110 111100 110110

Color Harmonies of #D08942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08942

Black with #D08942

Text Example


Text Example

White with #D08942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08942; }

 p { color: rgb(208,137,66); }

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

background-color css

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

 a { background-color: rgb(208,137,66); }

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

border-color css

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

 span { border-color: rgb(208,137,66); }

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