Html Css Color HEX #D0AB72 Putty

📋 copy color: '#D0AB72'

red 208 ◦ green 171 ◦ blue 114

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

Shades of Putty #D0AB72

Tints of Putty #D0AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 42.19%
G = 34.69%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0AB72 (or 0xD0AB72) is known color: Putty. HEX triplet: D0, AB and 72. RGB value is (208,171,114). Sum of RGB (Red+Green+Blue) = 208+171+114=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB72 is #2F548D. Grayscale: #AFAFAF. Windows color (decimal): -3101838 or 7515088. OLE color: 7515088.

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

Color convert

RGB 208 171 114 -
CMYK 0 0.18 0.45 0.18
HSL 36.38º 0.5% 0.63% -
HSV(B) 36.38º 0.45% 0.82% -
XYZ 43.61 43.75 22.07 -
YUV 175.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 208 171 114 0 0.18 0.45 0.18 36.38 0.5 0.63
Hex D0 AB 72 0 12 2D 12 24 32 3F
Octal 320 253 162 0 22 55 22 44 62 77
Binary 11010000 10101011 1110010 0 10010 101101 10010 100100 110010 111111

Color Harmonies of #D0AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB72

Black with #D0AB72

Text Example


Text Example

White with #D0AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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