Html Css Color HEX #D08242 Peru

📋 copy color: '#D08242'

red 208 ◦ green 130 ◦ blue 66

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

Shades of Peru #D08242

Tints of Peru #D08242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 51.49%
G = 32.18%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08242 (or 0xD08242) is known color: Peru. HEX triplet: D0, 82 and 42. RGB value is (208,130,66). Sum of RGB (Red+Green+Blue) = 208+130+66=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D08242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08242 is #2F7DBD. Grayscale: #929292. Windows color (decimal): -3112382 or 4358864. OLE color: 4358864.

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

Color convert

RGB 208 130 66 -
CMYK 0 0.38 0.68 0.18
HSL 27.04º 0.6% 0.54% -
HSV(B) 27.04º 0.68% 0.82% -
XYZ 34.98 29.77 9.06 -
YUV 146.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 208 130 66 0 0.38 0.68 0.18 27.04 0.6 0.54
Hex D0 82 42 0 26 44 12 1B 3C 36
Octal 320 202 102 0 46 104 22 33 74 66
Binary 11010000 10000010 1000010 0 100110 1000100 10010 11011 111100 110110

Color Harmonies of #D08242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08242

Black with #D08242

Text Example


Text Example

White with #D08242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08242; }

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

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

background-color css

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

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

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

border-color css

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

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

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