Html Css Color HEX #D1AD6D Putty

📋 copy color: '#D1AD6D'

red 209 ◦ green 173 ◦ blue 109

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

Shades of Putty #D1AD6D

Tints of Putty #D1AD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 42.57%
G = 35.23%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1AD6D (or 0xD1AD6D) is known color: Putty. HEX triplet: D1, AD and 6D. RGB value is (209,173,109). Sum of RGB (Red+Green+Blue) = 209+173+109=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD6D is #2E5292. Grayscale: #B0B0B0. Windows color (decimal): -3035795 or 7187921. OLE color: 7187921.

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

Color convert

RGB 209 173 109 -
CMYK 0 0.17 0.48 0.18
HSL 38.4º 0.52% 0.62% -
HSV(B) 38.4º 0.48% 0.82% -
XYZ 44 44.55 20.75 -
YUV 176.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 209 173 109 0 0.17 0.48 0.18 38.4 0.52 0.62
Hex D1 AD 6D 0 11 30 12 26 34 3E
Octal 321 255 155 0 21 60 22 46 64 76
Binary 11010001 10101101 1101101 0 10001 110000 10010 100110 110100 111110

Color Harmonies of #D1AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD6D

Black with #D1AD6D

Text Example


Text Example

White with #D1AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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