Html Css Color HEX #DAB16F Putty

📋 copy color: '#DAB16F'

red 218 ◦ green 177 ◦ blue 111

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

Shades of Putty #DAB16F

Tints of Putty #DAB16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 43.08%
G = 34.98%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB16F (or 0xDAB16F) is known color: Putty. HEX triplet: DA, B1 and 6F. RGB value is (218,177,111). Sum of RGB (Red+Green+Blue) = 218+177+111=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16F is #254E90. Grayscale: #B6B6B6. Windows color (decimal): -2444945 or 7320026. OLE color: 7320026.

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

Color convert

RGB 218 177 111 -
CMYK 0 0.19 0.49 0.15
HSL 37.01º 0.59% 0.65% -
HSV(B) 37.01º 0.49% 0.85% -
XYZ 47.5 47.5 21.7 -
YUV 181.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 218 177 111 0 0.19 0.49 0.15 37.01 0.59 0.65
Hex DA B1 6F 0 13 31 F 25 3B 41
Octal 332 261 157 0 23 61 17 45 73 101
Binary 11011010 10110001 1101111 0 10011 110001 1111 100101 111011 1000001

Color Harmonies of #DAB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB16F

Black with #DAB16F

Text Example


Text Example

White with #DAB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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