Html Css Color HEX #D2A669 Putty

📋 copy color: '#D2A669'

red 210 ◦ green 166 ◦ blue 105

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

Shades of Putty #D2A669

Tints of Putty #D2A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 43.66%
G = 34.51%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2A669 (or 0xD2A669) is known color: Putty. HEX triplet: D2, A6 and 69. RGB value is (210,166,105). Sum of RGB (Red+Green+Blue) = 210+166+105=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A669 is #2D5996. Grayscale: #ACACAC. Windows color (decimal): -2972055 or 6923986. OLE color: 6923986.

HSL color Cylindrical-coordinate representation of color #D2A669: hue angle of 34.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2A669 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 105 -
CMYK 0 0.21 0.50 0.18
HSL 34.86º 0.54% 0.62% -
HSV(B) 34.86º 0.5% 0.82% -
XYZ 42.76 41.99 19.22 -
YUV 172.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 210 166 105 0 0.21 0.50 0.18 34.86 0.54 0.62
Hex D2 A6 69 0 15 32 12 23 36 3E
Octal 322 246 151 0 25 62 22 43 66 76
Binary 11010010 10100110 1101001 0 10101 110010 10010 100011 110110 111110

Color Harmonies of #D2A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A669

Black with #D2A669

Text Example


Text Example

White with #D2A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A669; }

 p { color: rgb(210,166,105); }

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

background-color css

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

 a { background-color: rgb(210,166,105); }

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

border-color css

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

 span { border-color: rgb(210,166,105); }

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