Html Css Color HEX #D2A96E Putty

📋 copy color: '#D2A96E'

red 210 ◦ green 169 ◦ blue 110

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

Shades of Putty #D2A96E

Tints of Putty #D2A96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 42.94%
G = 34.56%
B = 22.49%

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

#D2A96E (or 0xD2A96E) is known color: Putty. HEX triplet: D2, A9 and 6E. RGB value is (210,169,110). Sum of RGB (Red+Green+Blue) = 210+169+110=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A96E is #2D5691. Grayscale: #AEAEAE. Windows color (decimal): -2971282 or 7252434. OLE color: 7252434.

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

Color convert

RGB 210 169 110 -
CMYK 0 0.20 0.48 0.18
HSL 35.4º 0.53% 0.63% -
HSV(B) 35.4º 0.48% 0.82% -
XYZ 43.58 43.2 20.79 -
YUV 174.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 210 169 110 0 0.20 0.48 0.18 35.4 0.53 0.63
Hex D2 A9 6E 0 14 30 12 23 35 3F
Octal 322 251 156 0 24 60 22 43 65 77
Binary 11010010 10101001 1101110 0 10100 110000 10010 100011 110101 111111

Color Harmonies of #D2A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A96E

Black with #D2A96E

Text Example


Text Example

White with #D2A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A96E; }

 p { color: rgb(210,169,110); }

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

background-color css

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

 a { background-color: rgb(210,169,110); }

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

border-color css

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

 span { border-color: rgb(210,169,110); }

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