Html Css Color HEX #D2A56D Putty

📋 copy color: '#D2A56D'

red 210 ◦ green 165 ◦ blue 109

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

Shades of Putty #D2A56D

Tints of Putty #D2A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

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

R = 43.39%
G = 34.09%
B = 22.52%

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

#D2A56D (or 0xD2A56D) is known color: Putty. HEX triplet: D2, A5 and 6D. RGB value is (210,165,109). Sum of RGB (Red+Green+Blue) = 210+165+109=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A56D is #2D5A92. Grayscale: #ACACAC. Windows color (decimal): -2972307 or 7185874. OLE color: 7185874.

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

Color convert

RGB 210 165 109 -
CMYK 0 0.21 0.48 0.18
HSL 33.27º 0.53% 0.63% -
HSV(B) 33.27º 0.48% 0.82% -
XYZ 42.79 41.72 20.26 -
YUV 172.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 210 165 109 0 0.21 0.48 0.18 33.27 0.53 0.63
Hex D2 A5 6D 0 15 30 12 21 35 3F
Octal 322 245 155 0 25 60 22 41 65 77
Binary 11010010 10100101 1101101 0 10101 110000 10010 100001 110101 111111

Color Harmonies of #D2A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A56D

Black with #D2A56D

Text Example


Text Example

White with #D2A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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