Html Css Color HEX #D08A3C Peru

📋 copy color: '#D08A3C'

red 208 ◦ green 138 ◦ blue 60

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

Shades of Peru #D08A3C

Tints of Peru #D08A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 51.23%
G = 33.99%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D08A3C (or 0xD08A3C) is known color: Peru. HEX triplet: D0, 8A and 3C. RGB value is (208,138,60). Sum of RGB (Red+Green+Blue) = 208+138+60=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A3C is #2F75C3. Grayscale: #969696. Windows color (decimal): -3110340 or 3967696. OLE color: 3967696.

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

Color convert

RGB 208 138 60 -
CMYK 0 0.34 0.71 0.18
HSL 31.62º 0.61% 0.53% -
HSV(B) 31.62º 0.71% 0.82% -
XYZ 35.92 31.91 8.54 -
YUV 150.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 208 138 60 0 0.34 0.71 0.18 31.62 0.61 0.53
Hex D0 8A 3C 0 22 47 12 20 3D 35
Octal 320 212 74 0 42 107 22 40 75 65
Binary 11010000 10001010 111100 0 100010 1000111 10010 100000 111101 110101

Color Harmonies of #D08A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A3C

Black with #D08A3C

Text Example


Text Example

White with #D08A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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