Html Css Color HEX #D08640 Peru

📋 copy color: '#D08640'

red 208 ◦ green 134 ◦ blue 64

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

Shades of Peru #D08640

Tints of Peru #D08640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 51.23%
G = 33%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08640 (or 0xD08640) is known color: Peru. HEX triplet: D0, 86 and 40. RGB value is (208,134,64). Sum of RGB (Red+Green+Blue) = 208+134+64=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D08640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08640 is #2F79BF. Grayscale: #949494. Windows color (decimal): -3111360 or 4228816. OLE color: 4228816.

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

Color convert

RGB 208 134 64 -
CMYK 0 0.36 0.69 0.18
HSL 29.17º 0.61% 0.53% -
HSV(B) 29.17º 0.69% 0.82% -
XYZ 35.46 30.83 8.93 -
YUV 148.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 208 134 64 0 0.36 0.69 0.18 29.17 0.61 0.53
Hex D0 86 40 0 24 45 12 1D 3D 35
Octal 320 206 100 0 44 105 22 35 75 65
Binary 11010000 10000110 1000000 0 100100 1000101 10010 11101 111101 110101

Color Harmonies of #D08640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08640

Black with #D08640

Text Example


Text Example

White with #D08640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08640; }

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

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

background-color css

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

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

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

border-color css

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

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

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