Html Css Color HEX #D2A66D Putty

📋 copy color: '#D2A66D'

red 210 ◦ green 166 ◦ blue 109

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

Shades of Putty #D2A66D

Tints of Putty #D2A66D

RGB

 RED value IS 210 (82.42% from 255) = 43.3%

 GREEN value IS 166 (65.23% from 255) = 34.23%

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

R = 43.3%
G = 34.23%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2A66D (or 0xD2A66D) is known color: Putty. HEX triplet: D2, A6 and 6D. RGB value is (210,166,109). Sum of RGB (Red+Green+Blue) = 210+166+109=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A66D is #2D5992. Grayscale: #ACACAC. Windows color (decimal): -2972051 or 7186130. OLE color: 7186130.

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

Color convert

RGB 210 166 109 -
CMYK 0 0.21 0.48 0.18
HSL 33.86º 0.53% 0.63% -
HSV(B) 33.86º 0.48% 0.82% -
XYZ 42.97 42.08 20.32 -
YUV 172.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 210 166 109 0 0.21 0.48 0.18 33.86 0.53 0.63
Hex D2 A6 6D 0 15 30 12 22 35 3F
Octal 322 246 155 0 25 60 22 42 65 77
Binary 11010010 10100110 1101101 0 10101 110000 10010 100010 110101 111111

Color Harmonies of #D2A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A66D

Black with #D2A66D

Text Example


Text Example

White with #D2A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A66D; }

 p { color: rgb(210,166,109); }

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

background-color css

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

 a { background-color: rgb(210,166,109); }

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

border-color css

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

 span { border-color: rgb(210,166,109); }

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