Html Css Color HEX #D0AB76 Putty

📋 copy color: '#D0AB76'

red 208 ◦ green 171 ◦ blue 118

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

Shades of Putty #D0AB76

Tints of Putty #D0AB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 41.85%
G = 34.41%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0AB76 (or 0xD0AB76) is known color: Putty. HEX triplet: D0, AB and 76. RGB value is (208,171,118). Sum of RGB (Red+Green+Blue) = 208+171+118=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB76 is #2F5489. Grayscale: #B0B0B0. Windows color (decimal): -3101834 or 7777232. OLE color: 7777232.

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

Color convert

RGB 208 171 118 -
CMYK 0 0.18 0.43 0.18
HSL 35.33º 0.49% 0.64% -
HSV(B) 35.33º 0.43% 0.82% -
XYZ 43.85 43.84 23.29 -
YUV 176.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 208 171 118 0 0.18 0.43 0.18 35.33 0.49 0.64
Hex D0 AB 76 0 12 2B 12 23 31 40
Octal 320 253 166 0 22 53 22 43 61 100
Binary 11010000 10101011 1110110 0 10010 101011 10010 100011 110001 1000000

Color Harmonies of #D0AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB76

Black with #D0AB76

Text Example


Text Example

White with #D0AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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