#DAAD69

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

Shades of Equator #DAAD69

Tints of Equator #DAAD69

Color information

#DAAD69 (or 0xDAAD69) is unknown color: approx Equator. HEX triplet: DA, AD and 69. RGB value is (218,173,105). Sum of RGB (Red+Green+Blue) = 218+173+105=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD69 is #255296. Grayscale: #B3B3B3. Windows color (decimal): -2445975 or 6925786. OLE color: 6925786.

HSL color Cylindrical-coordinate representation of color #DAAD69: hue angle of 36.11º degrees, saturation: 0.6, 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 #DAAD69 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218173105-
CMYK00.210.520.15
HSL36.11º60.43%63.33%-
HSV(B)36.11º51.83%85.49%-
XYZ46.4145.8119.76-
YUV178.786.41156.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=43.95%
G=34.88%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817310500.210.520.1536.1160.4363.33
HexDAAD6901534F243c3f
Octal3322551510256417447477
Binary110110101010110111010010101011101001111100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD69; }

 p { color: rgb(218,173,105); }

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

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

 a { background-color: rgb(218,173,105); }

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

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

 span { border-color: rgb(218,173,105); }

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