#DAB56B

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

Shades of Equator #DAB56B

Tints of Equator #DAB56B

Color information

#DAB56B (or 0xDAB56B) is unknown color: approx Equator. HEX triplet: DA, B5 and 6B. RGB value is (218,181,107). Sum of RGB (Red+Green+Blue) = 218+181+107=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB56B is #254A94. Grayscale: #B7B7B7. Windows color (decimal): -2443925 or 7058906. OLE color: 7058906.

HSL color Cylindrical-coordinate representation of color #DAB56B: hue angle of 40º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB56B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218181107-
CMYK00.170.510.15
HSL40º60%63.73%-
HSV(B)40º50.92%85.49%-
XYZ48.0949.0120.84-
YUV183.6384.76152.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=43.08%
G=35.77%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818110700.170.510.15406063.73
HexDAB56B01133F283c40
Octal33226515302163175074100
Binary1101101010110101110101101000111001111111010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB56B; }

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

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

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

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

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

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

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

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