Html Css Color HEX #D08C4C Peru

📋 copy color: '#D08C4C'

red 208 ◦ green 140 ◦ blue 76

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

Shades of Peru #D08C4C

Tints of Peru #D08C4C

RGB

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

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

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

R = 49.06%
G = 33.02%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D08C4C (or 0xD08C4C) is known color: Peru. HEX triplet: D0, 8C and 4C. RGB value is (208,140,76). Sum of RGB (Red+Green+Blue) = 208+140+76=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C4C is #2F73B3. Grayscale: #999999. Windows color (decimal): -3109812 or 5016784. OLE color: 5016784.

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

Color convert

RGB 208 140 76 -
CMYK 0 0.33 0.63 0.18
HSL 29.09º 0.58% 0.56% -
HSV(B) 29.09º 0.63% 0.82% -
XYZ 36.7 32.69 11.21 -
YUV 153.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 208 140 76 0 0.33 0.63 0.18 29.09 0.58 0.56
Hex D0 8C 4C 0 21 3F 12 1D 3A 38
Octal 320 214 114 0 41 77 22 35 72 70
Binary 11010000 10001100 1001100 0 100001 111111 10010 11101 111010 111000

Color Harmonies of #D08C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C4C

Black with #D08C4C

Text Example


Text Example

White with #D08C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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