#DAA769

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

Shades of Equator #DAA769

Tints of Equator #DAA769

Color information

#DAA769 (or 0xDAA769) is unknown color: approx Equator. HEX triplet: DA, A7 and 69. RGB value is (218,167,105). Sum of RGB (Red+Green+Blue) = 218+167+105=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA769 is #255896. Grayscale: #AFAFAF. Windows color (decimal): -2447511 or 6924250. OLE color: 6924250.

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

Color convert

RGB218167105-
CMYK00.230.520.15
HSL32.92º60.43%63.33%-
HSV(B)32.92º51.83%85.49%-
XYZ45.2843.5619.39-
YUV175.1888.4158.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=44.49%
G=34.08%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816710500.230.520.1532.9260.4363.33
HexDAA76901734F213c3f
Octal3322471510276417417477
Binary110110101010011111010010101111101001111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA769; }

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

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

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

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

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

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

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

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