Html Css Color HEX #D08040 Peru

📋 copy color: '#D08040'

red 208 ◦ green 128 ◦ blue 64

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

Shades of Peru #D08040

Tints of Peru #D08040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 52%
G = 32%
B = 16%

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

#D08040 (or 0xD08040) is known color: Peru. HEX triplet: D0, 80 and 40. RGB value is (208,128,64). Sum of RGB (Red+Green+Blue) = 208+128+64=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D08040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08040 is #2F7FBF. Grayscale: #909090. Windows color (decimal): -3112896 or 4227280. OLE color: 4227280.

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

Color convert

RGB 208 128 64 -
CMYK 0 0.38 0.69 0.18
HSL 26.67º 0.61% 0.53% -
HSV(B) 26.67º 0.69% 0.82% -
XYZ 34.66 29.22 8.66 -
YUV 144.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 208 128 64 0 0.38 0.69 0.18 26.67 0.61 0.53
Hex D0 80 40 0 26 45 12 1B 3D 35
Octal 320 200 100 0 46 105 22 33 75 65
Binary 11010000 10000000 1000000 0 100110 1000101 10010 11011 111101 110101

Color Harmonies of #D08040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08040

Black with #D08040

Text Example


Text Example

White with #D08040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08040; }

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

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

background-color css

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

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

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

border-color css

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

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

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