Html Css Color HEX #D08542 Peru

📋 copy color: '#D08542'

red 208 ◦ green 133 ◦ blue 66

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

Shades of Peru #D08542

Tints of Peru #D08542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 51.11%
G = 32.68%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08542 (or 0xD08542) is known color: Peru. HEX triplet: D0, 85 and 42. RGB value is (208,133,66). Sum of RGB (Red+Green+Blue) = 208+133+66=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08542 is #2F7ABD. Grayscale: #949494. Windows color (decimal): -3111614 or 4359632. OLE color: 4359632.

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

Color convert

RGB 208 133 66 -
CMYK 0 0.36 0.68 0.18
HSL 28.31º 0.6% 0.54% -
HSV(B) 28.31º 0.68% 0.82% -
XYZ 35.38 30.58 9.19 -
YUV 147.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 208 133 66 0 0.36 0.68 0.18 28.31 0.6 0.54
Hex D0 85 42 0 24 44 12 1C 3C 36
Octal 320 205 102 0 44 104 22 34 74 66
Binary 11010000 10000101 1000010 0 100100 1000100 10010 11100 111100 110110

Color Harmonies of #D08542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08542

Black with #D08542

Text Example


Text Example

White with #D08542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08542; }

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

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

background-color css

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

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

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

border-color css

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

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

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