#DAB06E

Color #DAB06E Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #DAB06E

Tints of Putty #DAB06E

Color information

#DAB06E (or 0xDAB06E) is unknown color: approx Putty. HEX triplet: DA, B0 and 6E. RGB value is (218,176,110). Sum of RGB (Red+Green+Blue) = 218+176+110=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06E is #254F91. Grayscale: #B5B5B5. Windows color (decimal): -2445202 or 7254234. OLE color: 7254234.

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

Color convert

RGB218176110-
CMYK00.190.500.15
HSL36.67º59.34%64.31%-
HSV(B)36.67º49.54%85.49%-
XYZ47.2547.0821.35-
YUV181.0387.91154.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=43.25%
G=34.92%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817611000.190.500.1536.6759.3464.31
HexDAB06E01332F253b40
Octal33226015602362174573100
Binary1101101010110000110111001001111001011111001011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB06E; }

 p { color: rgb(218,176,110); }

 H1.HeaderClassName
 {
   color: #DAB06E;
 }
 .AnyTagClassName
 {
   color: #DAB06E;
 }
</style>
background-color css

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

 a { background-color: rgb(218,176,110); }

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

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

 span { border-color: rgb(218,176,110); }

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