Html Css Color HEX #D0A878 Putty

📋 copy color: '#D0A878'

red 208 ◦ green 168 ◦ blue 120

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

Shades of Putty #D0A878

Tints of Putty #D0A878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 41.94%
G = 33.87%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0A878 (or 0xD0A878) is known color: Putty. HEX triplet: D0, A8 and 78. RGB value is (208,168,120). Sum of RGB (Red+Green+Blue) = 208+168+120=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A878 is #2F5787. Grayscale: #AEAEAE. Windows color (decimal): -3102600 or 7907536. OLE color: 7907536.

HSL color Cylindrical-coordinate representation of color #D0A878: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0A878 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 120 -
CMYK 0 0.19 0.42 0.18
HSL 32.73º 0.48% 0.64% -
HSV(B) 32.73º 0.42% 0.82% -
XYZ 43.41 42.77 23.74 -
YUV 174.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 208 168 120 0 0.19 0.42 0.18 32.73 0.48 0.64
Hex D0 A8 78 0 13 2A 12 21 30 40
Octal 320 250 170 0 23 52 22 41 60 100
Binary 11010000 10101000 1111000 0 10011 101010 10010 100001 110000 1000000

Color Harmonies of #D0A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A878

Black with #D0A878

Text Example


Text Example

White with #D0A878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A878; }

 p { color: rgb(208,168,120); }

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

background-color css

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

 a { background-color: rgb(208,168,120); }

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

border-color css

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

 span { border-color: rgb(208,168,120); }

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