Html Css Color HEX #D1A76D Putty

📋 copy color: '#D1A76D'

red 209 ◦ green 167 ◦ blue 109

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

Shades of Putty #D1A76D

Tints of Putty #D1A76D

RGB

 RED value IS 209 (82.03% from 255) = 43.09%

 GREEN value IS 167 (65.63% from 255) = 34.43%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 43.09%
G = 34.43%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1A76D (or 0xD1A76D) is known color: Putty. HEX triplet: D1, A7 and 6D. RGB value is (209,167,109). Sum of RGB (Red+Green+Blue) = 209+167+109=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A76D is #2E5892. Grayscale: #ADADAD. Windows color (decimal): -3037331 or 7186385. OLE color: 7186385.

HSL color Cylindrical-coordinate representation of color #D1A76D: hue angle of 34.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1A76D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 167 109 -
CMYK 0 0.20 0.48 0.18
HSL 34.8º 0.52% 0.62% -
HSV(B) 34.8º 0.48% 0.82% -
XYZ 42.87 42.3 20.37 -
YUV 172.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 209 167 109 0 0.20 0.48 0.18 34.8 0.52 0.62
Hex D1 A7 6D 0 14 30 12 23 34 3E
Octal 321 247 155 0 24 60 22 43 64 76
Binary 11010001 10100111 1101101 0 10100 110000 10010 100011 110100 111110

Color Harmonies of #D1A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A76D

Black with #D1A76D

Text Example


Text Example

White with #D1A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A76D; }

 p { color: rgb(209,167,109); }

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

background-color css

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

 a { background-color: rgb(209,167,109); }

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

border-color css

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

 span { border-color: rgb(209,167,109); }

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