#DAA767

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

Shades of Equator #DAA767

Tints of Equator #DAA767

Color information

#DAA767 (or 0xDAA767) is unknown color: approx Equator. HEX triplet: DA, A7 and 67. RGB value is (218,167,103). Sum of RGB (Red+Green+Blue) = 218+167+103=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA767 is #255898. Grayscale: #AFAFAF. Windows color (decimal): -2447513 or 6793178. OLE color: 6793178.

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

Color convert

RGB218167103-
CMYK00.230.530.15
HSL33.39º60.85%62.94%-
HSV(B)33.39º52.75%85.49%-
XYZ45.1843.5218.85-
YUV174.9587.4158.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=44.67%
G=34.22%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816710300.230.530.1533.3960.8562.94
HexDAA76701735F213d3f
Octal3322471470276517417577
Binary110110101010011111001110101111101011111100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA767; }

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

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

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

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

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

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

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

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