Html Css Color HEX #DAB571 Putty

📋 copy color: '#DAB571'

red 218 ◦ green 181 ◦ blue 113

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

Shades of Putty #DAB571

Tints of Putty #DAB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 42.58%
G = 35.35%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB571 (or 0xDAB571) is known color: Putty. HEX triplet: DA, B5 and 71. RGB value is (218,181,113). Sum of RGB (Red+Green+Blue) = 218+181+113=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB571 is #254A8E. Grayscale: #B8B8B8. Windows color (decimal): -2443919 or 7452122. OLE color: 7452122.

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

Color convert

RGB 218 181 113 -
CMYK 0 0.17 0.48 0.15
HSL 38.86º 0.59% 0.65% -
HSV(B) 38.86º 0.48% 0.85% -
XYZ 48.42 49.15 22.56 -
YUV 184.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 218 181 113 0 0.17 0.48 0.15 38.86 0.59 0.65
Hex DA B5 71 0 11 30 F 27 3B 41
Octal 332 265 161 0 21 60 17 47 73 101
Binary 11011010 10110101 1110001 0 10001 110000 1111 100111 111011 1000001

Color Harmonies of #DAB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB571

Black with #DAB571

Text Example


Text Example

White with #DAB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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