Html Css Color HEX #D0A973 Putty

📋 copy color: '#D0A973'

red 208 ◦ green 169 ◦ blue 115

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

Shades of Putty #D0A973

Tints of Putty #D0A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 42.28%
G = 34.35%
B = 23.37%

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

#D0A973 (or 0xD0A973) is known color: Putty. HEX triplet: D0, A9 and 73. RGB value is (208,169,115). Sum of RGB (Red+Green+Blue) = 208+169+115=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A973 is #2F568C. Grayscale: #AEAEAE. Windows color (decimal): -3102349 or 7580112. OLE color: 7580112.

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

Color convert

RGB 208 169 115 -
CMYK 0 0.19 0.45 0.18
HSL 34.84º 0.5% 0.63% -
HSV(B) 34.84º 0.45% 0.82% -
XYZ 43.29 43.02 22.24 -
YUV 174.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 208 169 115 0 0.19 0.45 0.18 34.84 0.5 0.63
Hex D0 A9 73 0 13 2D 12 23 32 3F
Octal 320 251 163 0 23 55 22 43 62 77
Binary 11010000 10101001 1110011 0 10011 101101 10010 100011 110010 111111

Color Harmonies of #D0A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A973

Black with #D0A973

Text Example


Text Example

White with #D0A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A973; }

 p { color: rgb(208,169,115); }

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

background-color css

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

 a { background-color: rgb(208,169,115); }

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

border-color css

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

 span { border-color: rgb(208,169,115); }

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