Html Css Color HEX #D2AB6B Putty

📋 copy color: '#D2AB6B'

red 210 ◦ green 171 ◦ blue 107

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

Shades of Putty #D2AB6B

Tints of Putty #D2AB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 43.03%
G = 35.04%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2AB6B (or 0xD2AB6B) is known color: Putty. HEX triplet: D2, AB and 6B. RGB value is (210,171,107). Sum of RGB (Red+Green+Blue) = 210+171+107=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB6B is #2D5494. Grayscale: #AFAFAF. Windows color (decimal): -2970773 or 7056338. OLE color: 7056338.

HSL color Cylindrical-coordinate representation of color #D2AB6B: hue angle of 37.28º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2AB6B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 107 -
CMYK 0 0.19 0.49 0.18
HSL 37.28º 0.53% 0.62% -
HSV(B) 37.28º 0.49% 0.82% -
XYZ 43.8 43.89 20.07 -
YUV 175.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 210 171 107 0 0.19 0.49 0.18 37.28 0.53 0.62
Hex D2 AB 6B 0 13 31 12 25 35 3E
Octal 322 253 153 0 23 61 22 45 65 76
Binary 11010010 10101011 1101011 0 10011 110001 10010 100101 110101 111110

Color Harmonies of #D2AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB6B

Black with #D2AB6B

Text Example


Text Example

White with #D2AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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