Html Css Color HEX #D08D3C Peru

📋 copy color: '#D08D3C'

red 208 ◦ green 141 ◦ blue 60

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

Shades of Peru #D08D3C

Tints of Peru #D08D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 50.86%
G = 34.47%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D08D3C (or 0xD08D3C) is known color: Peru. HEX triplet: D0, 8D and 3C. RGB value is (208,141,60). Sum of RGB (Red+Green+Blue) = 208+141+60=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D3C is #2F72C3. Grayscale: #989898. Windows color (decimal): -3109572 or 3968464. OLE color: 3968464.

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

Color convert

RGB 208 141 60 -
CMYK 0 0.32 0.71 0.18
HSL 32.84º 0.61% 0.53% -
HSV(B) 32.84º 0.71% 0.82% -
XYZ 36.35 32.79 8.69 -
YUV 151.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 208 141 60 0 0.32 0.71 0.18 32.84 0.61 0.53
Hex D0 8D 3C 0 20 47 12 21 3D 35
Octal 320 215 74 0 40 107 22 41 75 65
Binary 11010000 10001101 111100 0 100000 1000111 10010 100001 111101 110101

Color Harmonies of #D08D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D3C

Black with #D08D3C

Text Example


Text Example

White with #D08D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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