#DAAB68

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

Shades of Equator #DAAB68

Tints of Equator #DAAB68

Color information

#DAAB68 (or 0xDAAB68) is unknown color: approx Equator. HEX triplet: DA, AB and 68. RGB value is (218,171,104). Sum of RGB (Red+Green+Blue) = 218+171+104=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB68 is #255497. Grayscale: #B1B1B1. Windows color (decimal): -2446488 or 6859738. OLE color: 6859738.

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

Color convert

RGB218171104-
CMYK00.220.520.15
HSL35.26º60.64%63.14%-
HSV(B)35.26º52.29%85.49%-
XYZ45.9845.0319.37-
YUV177.4286.57156.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=44.22%
G=34.69%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817110400.220.520.1535.2660.6463.14
HexDAAB6801634F233d3f
Octal3322531500266417437577
Binary110110101010101111010000101101101001111100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB68; }

 p { color: rgb(218,171,104); }

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

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

 a { background-color: rgb(218,171,104); }

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

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

 span { border-color: rgb(218,171,104); }

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