Html Css Color HEX #D08442 Peru

📋 copy color: '#D08442'

red 208 ◦ green 132 ◦ blue 66

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

Shades of Peru #D08442

Tints of Peru #D08442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

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

R = 51.23%
G = 32.51%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08442 (or 0xD08442) is known color: Peru. HEX triplet: D0, 84 and 42. RGB value is (208,132,66). Sum of RGB (Red+Green+Blue) = 208+132+66=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D08442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08442 is #2F7BBD. Grayscale: #939393. Windows color (decimal): -3111870 or 4359376. OLE color: 4359376.

HSL color Cylindrical-coordinate representation of color #D08442: hue angle of 27.89º 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 #D08442 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 66 -
CMYK 0 0.37 0.68 0.18
HSL 27.89º 0.6% 0.54% -
HSV(B) 27.89º 0.68% 0.82% -
XYZ 35.25 30.31 9.15 -
YUV 147.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 208 132 66 0 0.37 0.68 0.18 27.89 0.6 0.54
Hex D0 84 42 0 25 44 12 1C 3C 36
Octal 320 204 102 0 45 104 22 34 74 66
Binary 11010000 10000100 1000010 0 100101 1000100 10010 11100 111100 110110

Color Harmonies of #D08442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08442

Black with #D08442

Text Example


Text Example

White with #D08442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08442; }

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

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

background-color css

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

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

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

border-color css

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

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

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