Html Css Color HEX #D08440 Peru

📋 copy color: '#D08440'

red 208 ◦ green 132 ◦ blue 64

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

Shades of Peru #D08440

Tints of Peru #D08440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 51.49%
G = 32.67%
B = 15.84%

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

#D08440 (or 0xD08440) is known color: Peru. HEX triplet: D0, 84 and 40. RGB value is (208,132,64). Sum of RGB (Red+Green+Blue) = 208+132+64=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D08440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08440 is #2F7BBF. Grayscale: #939393. Windows color (decimal): -3111872 or 4228304. OLE color: 4228304.

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

Color convert

RGB 208 132 64 -
CMYK 0 0.37 0.69 0.18
HSL 28.33º 0.61% 0.53% -
HSV(B) 28.33º 0.69% 0.82% -
XYZ 35.19 30.28 8.84 -
YUV 146.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 208 132 64 0 0.37 0.69 0.18 28.33 0.61 0.53
Hex D0 84 40 0 25 45 12 1C 3D 35
Octal 320 204 100 0 45 105 22 34 75 65
Binary 11010000 10000100 1000000 0 100101 1000101 10010 11100 111101 110101

Color Harmonies of #D08440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08440

Black with #D08440

Text Example


Text Example

White with #D08440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08440; }

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

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

background-color css

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

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

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

border-color css

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

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

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