#DAAC67

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

Shades of Equator #DAAC67

Tints of Equator #DAAC67

Color information

#DAAC67 (or 0xDAAC67) is unknown color: approx Equator. HEX triplet: DA, AC and 67. RGB value is (218,172,103). Sum of RGB (Red+Green+Blue) = 218+172+103=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC67 is #255398. Grayscale: #B2B2B2. Windows color (decimal): -2446233 or 6794458. OLE color: 6794458.

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

Color convert

RGB218172103-
CMYK00.210.530.15
HSL36º60.85%62.94%-
HSV(B)36º52.75%85.49%-
XYZ46.1145.3919.16-
YUV177.8985.74156.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=44.22%
G=34.89%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817210300.210.530.153660.8562.94
HexDAAC6701535F243d3f
Octal3322541470256517447577
Binary110110101010110011001110101011101011111100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC67; }

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

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

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

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

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

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

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

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