#DAAD67

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

Shades of Equator #DAAD67

Tints of Equator #DAAD67

Color information

#DAAD67 (or 0xDAAD67) is unknown color: approx Equator. HEX triplet: DA, AD and 67. RGB value is (218,173,103). Sum of RGB (Red+Green+Blue) = 218+173+103=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD67 is #255298. Grayscale: #B2B2B2. Windows color (decimal): -2445977 or 6794714. OLE color: 6794714.

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

Color convert

RGB218173103-
CMYK00.210.530.15
HSL36.52º60.85%62.94%-
HSV(B)36.52º52.75%85.49%-
XYZ46.3145.7719.23-
YUV178.4885.41156.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=44.13%
G=35.02%
B=20.85%

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
Decimal21817310300.210.530.1536.5260.8562.94
HexDAAD6701535F253d3f
Octal3322551470256517457577
Binary110110101010110111001110101011101011111100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD67; }

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

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

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

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

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

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

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

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