Html Css Color HEX #D08340 Peru

📋 copy color: '#D08340'

red 208 ◦ green 131 ◦ blue 64

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

Shades of Peru #D08340

Tints of Peru #D08340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 51.61%
G = 32.51%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08340 (or 0xD08340) is known color: Peru. HEX triplet: D0, 83 and 40. RGB value is (208,131,64). Sum of RGB (Red+Green+Blue) = 208+131+64=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D08340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08340 is #2F7CBF. Grayscale: #929292. Windows color (decimal): -3112128 or 4228048. OLE color: 4228048.

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

Color convert

RGB 208 131 64 -
CMYK 0 0.37 0.69 0.18
HSL 27.92º 0.61% 0.53% -
HSV(B) 27.92º 0.69% 0.82% -
XYZ 35.05 30.01 8.8 -
YUV 146.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 208 131 64 0 0.37 0.69 0.18 27.92 0.61 0.53
Hex D0 83 40 0 25 45 12 1C 3D 35
Octal 320 203 100 0 45 105 22 34 75 65
Binary 11010000 10000011 1000000 0 100101 1000101 10010 11100 111101 110101

Color Harmonies of #D08340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08340

Black with #D08340

Text Example


Text Example

White with #D08340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08340; }

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

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

background-color css

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

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

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

border-color css

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

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

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