#DAB663

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

Shades of Equator #DAB663

Tints of Equator #DAB663

Color information

#DAB663 (or 0xDAB663) is unknown color: approx Equator. HEX triplet: DA, B6 and 63. RGB value is (218,182,99). Sum of RGB (Red+Green+Blue) = 218+182+99=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB663 is #25499C. Grayscale: #B7B7B7. Windows color (decimal): -2443677 or 6534874. OLE color: 6534874.

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

Color convert

RGB21818299-
CMYK00.170.550.15
HSL41.85º61.66%62.16%-
HSV(B)41.85º54.59%85.49%-
XYZ47.8949.2618.79-
YUV183.380.43152.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=43.69%
G=36.47%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181829900.170.550.1541.8561.6662.16
HexDAB66301137F2a3e3e
Octal3322661430216717527676
Binary110110101011011011000110100011101111111101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB663; }

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

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

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

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

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

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

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

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