#DAB264

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

Shades of Equator #DAB264

Tints of Equator #DAB264

Color information

#DAB264 (or 0xDAB264) is unknown color: approx Equator. HEX triplet: DA, B2 and 64. RGB value is (218,178,100). Sum of RGB (Red+Green+Blue) = 218+178+100=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB264 is #254D9B. Grayscale: #B5B5B5. Windows color (decimal): -2444700 or 6599386. OLE color: 6599386.

HSL color Cylindrical-coordinate representation of color #DAB264: hue angle of 39.66º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB264 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB218178100-
CMYK00.180.540.15
HSL39.66º61.46%62.35%-
HSV(B)39.66º54.13%85.49%-
XYZ47.1347.6718.77-
YUV181.0782.25154.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=43.95%
G=35.89%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817810000.180.540.1539.6661.4662.35
HexDAB26401236F283d3e
Octal3322621440226617507576
Binary110110101011001011001000100101101101111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB264; }

 p { color: rgb(218,178,100); }

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

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

 a { background-color: rgb(218,178,100); }

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

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

 span { border-color: rgb(218,178,100); }

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