Html Css Color HEX #DAB56F Putty

📋 copy color: '#DAB56F'

red 218 ◦ green 181 ◦ blue 111

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

Shades of Putty #DAB56F

Tints of Putty #DAB56F

RGB

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

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

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

R = 42.75%
G = 35.49%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB56F (or 0xDAB56F) is known color: Putty. HEX triplet: DA, B5 and 6F. RGB value is (218,181,111). Sum of RGB (Red+Green+Blue) = 218+181+111=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB56F is #254A90. Grayscale: #B8B8B8. Windows color (decimal): -2443921 or 7321050. OLE color: 7321050.

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

Color convert

RGB 218 181 111 -
CMYK 0 0.17 0.49 0.15
HSL 39.25º 0.59% 0.65% -
HSV(B) 39.25º 0.49% 0.85% -
XYZ 48.31 49.1 21.97 -
YUV 184.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 218 181 111 0 0.17 0.49 0.15 39.25 0.59 0.65
Hex DA B5 6F 0 11 31 F 27 3B 41
Octal 332 265 157 0 21 61 17 47 73 101
Binary 11011010 10110101 1101111 0 10001 110001 1111 100111 111011 1000001

Color Harmonies of #DAB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB56F

Black with #DAB56F

Text Example


Text Example

White with #DAB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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