Html Css Color HEX #D08D4C Peru

📋 copy color: '#D08D4C'

red 208 ◦ green 141 ◦ blue 76

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

Shades of Peru #D08D4C

Tints of Peru #D08D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 48.94%
G = 33.18%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D08D4C (or 0xD08D4C) is known color: Peru. HEX triplet: D0, 8D and 4C. RGB value is (208,141,76). Sum of RGB (Red+Green+Blue) = 208+141+76=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D4C is #2F72B3. Grayscale: #999999. Windows color (decimal): -3109556 or 5017040. OLE color: 5017040.

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

Color convert

RGB 208 141 76 -
CMYK 0 0.32 0.63 0.18
HSL 29.55º 0.58% 0.56% -
HSV(B) 29.55º 0.63% 0.82% -
XYZ 36.84 32.98 11.26 -
YUV 153.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 208 141 76 0 0.32 0.63 0.18 29.55 0.58 0.56
Hex D0 8D 4C 0 20 3F 12 1E 3A 38
Octal 320 215 114 0 40 77 22 36 72 70
Binary 11010000 10001101 1001100 0 100000 111111 10010 11110 111010 111000

Color Harmonies of #D08D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D4C

Black with #D08D4C

Text Example


Text Example

White with #D08D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D4C; }

 p { color: rgb(208,141,76); }

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

background-color css

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

 a { background-color: rgb(208,141,76); }

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

border-color css

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

 span { border-color: rgb(208,141,76); }

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