Html Css Color HEX #D08C4A Peru

📋 copy color: '#D08C4A'

red 208 ◦ green 140 ◦ blue 74

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

Shades of Peru #D08C4A

Tints of Peru #D08C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 49.29%
G = 33.18%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D08C4A (or 0xD08C4A) is known color: Peru. HEX triplet: D0, 8C and 4A. RGB value is (208,140,74). Sum of RGB (Red+Green+Blue) = 208+140+74=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C4A is #2F73B5. Grayscale: #999999. Windows color (decimal): -3109814 or 4885712. OLE color: 4885712.

HSL color Cylindrical-coordinate representation of color #D08C4A: hue angle of 29.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D08C4A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 74 -
CMYK 0 0.33 0.64 0.18
HSL 29.55º 0.59% 0.55% -
HSV(B) 29.55º 0.64% 0.82% -
XYZ 36.63 32.66 10.85 -
YUV 152.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 208 140 74 0 0.33 0.64 0.18 29.55 0.59 0.55
Hex D0 8C 4A 0 21 40 12 1E 3B 37
Octal 320 214 112 0 41 100 22 36 73 67
Binary 11010000 10001100 1001010 0 100001 1000000 10010 11110 111011 110111

Color Harmonies of #D08C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C4A

Black with #D08C4A

Text Example


Text Example

White with #D08C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C4A; }

 p { color: rgb(208,140,74); }

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

background-color css

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

 a { background-color: rgb(208,140,74); }

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

border-color css

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

 span { border-color: rgb(208,140,74); }

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