Html Css Color HEX #DAB171 Putty

📋 copy color: '#DAB171'

red 218 ◦ green 177 ◦ blue 113

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

Shades of Putty #DAB171

Tints of Putty #DAB171

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 42.91%
G = 34.84%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB171 (or 0xDAB171) is known color: Putty. HEX triplet: DA, B1 and 71. RGB value is (218,177,113). Sum of RGB (Red+Green+Blue) = 218+177+113=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB171 is #254E8E. Grayscale: #B6B6B6. Windows color (decimal): -2444943 or 7451098. OLE color: 7451098.

HSL color Cylindrical-coordinate representation of color #DAB171: hue angle of 36.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB171 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 113 -
CMYK 0 0.19 0.48 0.15
HSL 36.57º 0.59% 0.65% -
HSV(B) 36.57º 0.48% 0.85% -
XYZ 47.62 47.54 22.29 -
YUV 181.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 218 177 113 0 0.19 0.48 0.15 36.57 0.59 0.65
Hex DA B1 71 0 13 30 F 25 3B 41
Octal 332 261 161 0 23 60 17 45 73 101
Binary 11011010 10110001 1110001 0 10011 110000 1111 100101 111011 1000001

Color Harmonies of #DAB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB171

Black with #DAB171

Text Example


Text Example

White with #DAB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB171; }

 p { color: rgb(218,177,113); }

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

background-color css

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

 a { background-color: rgb(218,177,113); }

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

border-color css

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

 span { border-color: rgb(218,177,113); }

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