Html Css Color HEX #D08240 Peru

📋 copy color: '#D08240'

red 208 ◦ green 130 ◦ blue 64

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

Shades of Peru #D08240

Tints of Peru #D08240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 51.74%
G = 32.34%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08240 (or 0xD08240) is known color: Peru. HEX triplet: D0, 82 and 40. RGB value is (208,130,64). Sum of RGB (Red+Green+Blue) = 208+130+64=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D08240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08240 is #2F7DBF. Grayscale: #929292. Windows color (decimal): -3112384 or 4227792. OLE color: 4227792.

HSL color Cylindrical-coordinate representation of color #D08240: hue angle of 27.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D08240 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 64 -
CMYK 0 0.38 0.69 0.18
HSL 27.5º 0.61% 0.53% -
HSV(B) 27.5º 0.69% 0.82% -
XYZ 34.92 29.75 8.75 -
YUV 145.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 208 130 64 0 0.38 0.69 0.18 27.5 0.61 0.53
Hex D0 82 40 0 26 45 12 1C 3D 35
Octal 320 202 100 0 46 105 22 34 75 65
Binary 11010000 10000010 1000000 0 100110 1000101 10010 11100 111101 110101

Color Harmonies of #D08240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08240

Black with #D08240

Text Example


Text Example

White with #D08240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08240; }

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

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

background-color css

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

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

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

border-color css

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

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

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