Html Css Color HEX #D08C46 Peru

📋 copy color: '#D08C46'

red 208 ◦ green 140 ◦ blue 70

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

Shades of Peru #D08C46

Tints of Peru #D08C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 49.76%
G = 33.49%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D08C46 (or 0xD08C46) is known color: Peru. HEX triplet: D0, 8C and 46. RGB value is (208,140,70). Sum of RGB (Red+Green+Blue) = 208+140+70=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C46 is #2F73B9. Grayscale: #989898. Windows color (decimal): -3109818 or 4623568. OLE color: 4623568.

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

Color convert

RGB 208 140 70 -
CMYK 0 0.33 0.66 0.18
HSL 30.43º 0.59% 0.55% -
HSV(B) 30.43º 0.66% 0.82% -
XYZ 36.5 32.61 10.16 -
YUV 152.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 208 140 70 0 0.33 0.66 0.18 30.43 0.59 0.55
Hex D0 8C 46 0 21 42 12 1E 3B 37
Octal 320 214 106 0 41 102 22 36 73 67
Binary 11010000 10001100 1000110 0 100001 1000010 10010 11110 111011 110111

Color Harmonies of #D08C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C46

Black with #D08C46

Text Example


Text Example

White with #D08C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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