Html Css Color HEX #D2A86D Putty

📋 copy color: '#D2A86D'

red 210 ◦ green 168 ◦ blue 109

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

Shades of Putty #D2A86D

Tints of Putty #D2A86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.5%

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

R = 43.12%
G = 34.5%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2A86D (or 0xD2A86D) is known color: Putty. HEX triplet: D2, A8 and 6D. RGB value is (210,168,109). Sum of RGB (Red+Green+Blue) = 210+168+109=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A86D is #2D5792. Grayscale: #AEAEAE. Windows color (decimal): -2971539 or 7186642. OLE color: 7186642.

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

Color convert

RGB 210 168 109 -
CMYK 0 0.2 0.48 0.18
HSL 35.05º 0.53% 0.63% -
HSV(B) 35.05º 0.48% 0.82% -
XYZ 43.34 42.81 20.45 -
YUV 173.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 210 168 109 0 0.2 0.48 0.18 35.05 0.53 0.63
Hex D2 A8 6D 0 14 30 12 23 35 3F
Octal 322 250 155 0 24 60 22 43 65 77
Binary 11010010 10101000 1101101 0 10100 110000 10010 100011 110101 111111

Color Harmonies of #D2A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A86D

Black with #D2A86D

Text Example


Text Example

White with #D2A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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