Html Css Color HEX #D08E42 Peru

📋 copy color: '#D08E42'

red 208 ◦ green 142 ◦ blue 66

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

Shades of Peru #D08E42

Tints of Peru #D08E42

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

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

R = 50%
G = 34.13%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08E42 (or 0xD08E42) is known color: Peru. HEX triplet: D0, 8E and 42. RGB value is (208,142,66). Sum of RGB (Red+Green+Blue) = 208+142+66=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E42 is #2F71BD. Grayscale: #999999. Windows color (decimal): -3109310 or 4361936. OLE color: 4361936.

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

Color convert

RGB 208 142 66 -
CMYK 0 0.32 0.68 0.18
HSL 32.11º 0.6% 0.54% -
HSV(B) 32.11º 0.68% 0.82% -
XYZ 36.67 33.15 9.62 -
YUV 153.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 208 142 66 0 0.32 0.68 0.18 32.11 0.6 0.54
Hex D0 8E 42 0 20 44 12 20 3C 36
Octal 320 216 102 0 40 104 22 40 74 66
Binary 11010000 10001110 1000010 0 100000 1000100 10010 100000 111100 110110

Color Harmonies of #D08E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E42

Black with #D08E42

Text Example


Text Example

White with #D08E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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