Html Css Color HEX #D2A36D Putty

📋 copy color: '#D2A36D'

red 210 ◦ green 163 ◦ blue 109

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

Shades of Putty #D2A36D

Tints of Putty #D2A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 43.57%
G = 33.82%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2A36D (or 0xD2A36D) is known color: Putty. HEX triplet: D2, A3 and 6D. RGB value is (210,163,109). Sum of RGB (Red+Green+Blue) = 210+163+109=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A36D is #2D5C92. Grayscale: #ABABAB. Windows color (decimal): -2972819 or 7185362. OLE color: 7185362.

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

Color convert

RGB 210 163 109 -
CMYK 0 0.22 0.48 0.18
HSL 32.08º 0.53% 0.63% -
HSV(B) 32.08º 0.48% 0.82% -
XYZ 42.44 41 20.15 -
YUV 170.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 210 163 109 0 0.22 0.48 0.18 32.08 0.53 0.63
Hex D2 A3 6D 0 16 30 12 20 35 3F
Octal 322 243 155 0 26 60 22 40 65 77
Binary 11010010 10100011 1101101 0 10110 110000 10010 100000 110101 111111

Color Harmonies of #D2A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A36D

Black with #D2A36D

Text Example


Text Example

White with #D2A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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