Html Css Color HEX #D2A26D Putty

📋 copy color: '#D2A26D'

red 210 ◦ green 162 ◦ blue 109

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

Shades of Putty #D2A26D

Tints of Putty #D2A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 43.66%
G = 33.68%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2A26D (or 0xD2A26D) is known color: Putty. HEX triplet: D2, A2 and 6D. RGB value is (210,162,109). Sum of RGB (Red+Green+Blue) = 210+162+109=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A26D is #2D5D92. Grayscale: #AAAAAA. Windows color (decimal): -2973075 or 7185106. OLE color: 7185106.

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

Color convert

RGB 210 162 109 -
CMYK 0 0.23 0.48 0.18
HSL 31.49º 0.53% 0.63% -
HSV(B) 31.49º 0.48% 0.82% -
XYZ 42.26 40.65 20.09 -
YUV 170.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 210 162 109 0 0.23 0.48 0.18 31.49 0.53 0.63
Hex D2 A2 6D 0 17 30 12 1F 35 3F
Octal 322 242 155 0 27 60 22 37 65 77
Binary 11010010 10100010 1101101 0 10111 110000 10010 11111 110101 111111

Color Harmonies of #D2A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A26D

Black with #D2A26D

Text Example


Text Example

White with #D2A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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