Html Css Color HEX #D08940 Peru

📋 copy color: '#D08940'

red 208 ◦ green 137 ◦ blue 64

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

Shades of Peru #D08940

Tints of Peru #D08940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 50.86%
G = 33.5%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08940 (or 0xD08940) is known color: Peru. HEX triplet: D0, 89 and 40. RGB value is (208,137,64). Sum of RGB (Red+Green+Blue) = 208+137+64=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08940 is #2F76BF. Grayscale: #969696. Windows color (decimal): -3110592 or 4229584. OLE color: 4229584.

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

Color convert

RGB 208 137 64 -
CMYK 0 0.34 0.69 0.18
HSL 30.42º 0.61% 0.53% -
HSV(B) 30.42º 0.69% 0.82% -
XYZ 35.88 31.67 9.07 -
YUV 149.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 208 137 64 0 0.34 0.69 0.18 30.42 0.61 0.53
Hex D0 89 40 0 22 45 12 1E 3D 35
Octal 320 211 100 0 42 105 22 36 75 65
Binary 11010000 10001001 1000000 0 100010 1000101 10010 11110 111101 110101

Color Harmonies of #D08940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08940

Black with #D08940

Text Example


Text Example

White with #D08940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08940; }

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

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

background-color css

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

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

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

border-color css

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

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

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