Html Css Color HEX #D0A872 Putty

📋 copy color: '#D0A872'

red 208 ◦ green 168 ◦ blue 114

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

Shades of Putty #D0A872

Tints of Putty #D0A872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 42.45%
G = 34.29%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0A872 (or 0xD0A872) is known color: Putty. HEX triplet: D0, A8 and 72. RGB value is (208,168,114). Sum of RGB (Red+Green+Blue) = 208+168+114=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A872 is #2F578D. Grayscale: #AEAEAE. Windows color (decimal): -3102606 or 7514320. OLE color: 7514320.

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

Color convert

RGB 208 168 114 -
CMYK 0 0.19 0.45 0.18
HSL 34.47º 0.5% 0.63% -
HSV(B) 34.47º 0.45% 0.82% -
XYZ 43.05 42.63 21.88 -
YUV 173.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 208 168 114 0 0.19 0.45 0.18 34.47 0.5 0.63
Hex D0 A8 72 0 13 2D 12 22 32 3F
Octal 320 250 162 0 23 55 22 42 62 77
Binary 11010000 10101000 1110010 0 10011 101101 10010 100010 110010 111111

Color Harmonies of #D0A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A872

Black with #D0A872

Text Example


Text Example

White with #D0A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A872; }

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

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

background-color css

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

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

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

border-color css

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

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

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