#DAA768

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

Shades of Equator #DAA768

Tints of Equator #DAA768

Color information

#DAA768 (or 0xDAA768) is unknown color: approx Equator. HEX triplet: DA, A7 and 68. RGB value is (218,167,104). Sum of RGB (Red+Green+Blue) = 218+167+104=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA768 is #255897. Grayscale: #AFAFAF. Windows color (decimal): -2447512 or 6858714. OLE color: 6858714.

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

Color convert

RGB218167104-
CMYK00.230.520.15
HSL33.16º60.64%63.14%-
HSV(B)33.16º52.29%85.49%-
XYZ45.2343.5419.12-
YUV175.0787.9158.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=44.58%
G=34.15%
B=21.27%

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
Decimal21816710400.230.520.1533.1660.6463.14
HexDAA76801734F213d3f
Octal3322471500276417417577
Binary110110101010011111010000101111101001111100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA768; }

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

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

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

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

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

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

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

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