Html Css Color HEX #D6A976 Putty

📋 copy color: '#D6A976'

red 214 ◦ green 169 ◦ blue 118

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

Shades of Putty #D6A976

Tints of Putty #D6A976

RGB

 RED value IS 214 (83.98% from 255) = 42.71%

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

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

R = 42.71%
G = 33.73%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6A976 (or 0xD6A976) is known color: Putty. HEX triplet: D6, A9 and 76. RGB value is (214,169,118). Sum of RGB (Red+Green+Blue) = 214+169+118=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A976 is #295689. Grayscale: #B0B0B0. Windows color (decimal): -2709130 or 7776726. OLE color: 7776726.

HSL color Cylindrical-coordinate representation of color #D6A976: hue angle of 31.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6A976 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 118 -
CMYK 0 0.21 0.45 0.16
HSL 31.88º 0.54% 0.65% -
HSV(B) 31.88º 0.45% 0.84% -
XYZ 45.19 43.98 23.25 -
YUV 176.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 214 169 118 0 0.21 0.45 0.16 31.88 0.54 0.65
Hex D6 A9 76 0 15 2D 10 20 36 41
Octal 326 251 166 0 25 55 20 40 66 101
Binary 11010110 10101001 1110110 0 10101 101101 10000 100000 110110 1000001

Color Harmonies of #D6A976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A976

Black with #D6A976

Text Example


Text Example

White with #D6A976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A976; }

 p { color: rgb(214,169,118); }

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

background-color css

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

 a { background-color: rgb(214,169,118); }

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

border-color css

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

 span { border-color: rgb(214,169,118); }

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