Html Css Color HEX #DAB66F Putty

📋 copy color: '#DAB66F'

red 218 ◦ green 182 ◦ blue 111

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

Shades of Putty #DAB66F

Tints of Putty #DAB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 42.66%
G = 35.62%
B = 21.72%

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

#DAB66F (or 0xDAB66F) is known color: Putty. HEX triplet: DA, B6 and 6F. RGB value is (218,182,111). Sum of RGB (Red+Green+Blue) = 218+182+111=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66F is #254990. Grayscale: #B8B8B8. Windows color (decimal): -2443665 or 7321306. OLE color: 7321306.

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

Color convert

RGB 218 182 111 -
CMYK 0 0.17 0.49 0.15
HSL 39.81º 0.59% 0.65% -
HSV(B) 39.81º 0.49% 0.85% -
XYZ 48.51 49.51 22.04 -
YUV 184.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 218 182 111 0 0.17 0.49 0.15 39.81 0.59 0.65
Hex DA B6 6F 0 11 31 F 28 3B 41
Octal 332 266 157 0 21 61 17 50 73 101
Binary 11011010 10110110 1101111 0 10001 110001 1111 101000 111011 1000001

Color Harmonies of #DAB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB66F

Black with #DAB66F

Text Example


Text Example

White with #DAB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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