Html Css Color HEX #D8AB72 Putty

📋 copy color: '#D8AB72'

red 216 ◦ green 171 ◦ blue 114

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

Shades of Putty #D8AB72

Tints of Putty #D8AB72

RGB

 RED value IS 216 (84.77% from 255) = 43.11%

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

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

R = 43.11%
G = 34.13%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8AB72 (or 0xD8AB72) is known color: Putty. HEX triplet: D8, AB and 72. RGB value is (216,171,114). Sum of RGB (Red+Green+Blue) = 216+171+114=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB72 is #27548D. Grayscale: #B2B2B2. Windows color (decimal): -2577550 or 7515096. OLE color: 7515096.

HSL color Cylindrical-coordinate representation of color #D8AB72: hue angle of 33.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8AB72 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 114 -
CMYK 0 0.21 0.47 0.15
HSL 33.53º 0.57% 0.65% -
HSV(B) 33.53º 0.47% 0.85% -
XYZ 45.92 44.94 22.17 -
YUV 177.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 216 171 114 0 0.21 0.47 0.15 33.53 0.57 0.65
Hex D8 AB 72 0 15 2F F 22 39 41
Octal 330 253 162 0 25 57 17 42 71 101
Binary 11011000 10101011 1110010 0 10101 101111 1111 100010 111001 1000001

Color Harmonies of #D8AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB72

Black with #D8AB72

Text Example


Text Example

White with #D8AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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