Html Css Color HEX #D2AB6E Putty

📋 copy color: '#D2AB6E'

red 210 ◦ green 171 ◦ blue 110

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

Shades of Putty #D2AB6E

Tints of Putty #D2AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 42.77%
G = 34.83%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2AB6E (or 0xD2AB6E) is known color: Putty. HEX triplet: D2, AB and 6E. RGB value is (210,171,110). Sum of RGB (Red+Green+Blue) = 210+171+110=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB6E is #2D5491. Grayscale: #AFAFAF. Windows color (decimal): -2970770 or 7252946. OLE color: 7252946.

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

Color convert

RGB 210 171 110 -
CMYK 0 0.19 0.48 0.18
HSL 36.6º 0.53% 0.63% -
HSV(B) 36.6º 0.48% 0.82% -
XYZ 43.96 43.95 20.92 -
YUV 175.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 210 171 110 0 0.19 0.48 0.18 36.6 0.53 0.63
Hex D2 AB 6E 0 13 30 12 25 35 3F
Octal 322 253 156 0 23 60 22 45 65 77
Binary 11010010 10101011 1101110 0 10011 110000 10010 100101 110101 111111

Color Harmonies of #D2AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB6E

Black with #D2AB6E

Text Example


Text Example

White with #D2AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB6E; }

 p { color: rgb(210,171,110); }

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

background-color css

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

 a { background-color: rgb(210,171,110); }

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

border-color css

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

 span { border-color: rgb(210,171,110); }

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