#daaa67

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

Shades of Equator #DAAA67

Tints of Equator #DAAA67

Color information

#DAAA67 (or 0xDAAA67) is unknown color: approx Equator. HEX triplet: DA, AA and 67. RGB value is (218,170,103). Sum of RGB (Red+Green+Blue) = 218+170+103=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA67 is #255598. Grayscale: #B1B1B1. Windows color (decimal): -2446745 or 6793946. OLE color: 6793946.

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

Color convert

RGB218170103-
CMYK00.220.530.15
HSL34.96º60.85%62.94%-
HSV(B)34.96º52.75%85.49%-
XYZ45.7444.6319.04-
YUV176.7186.4157.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=44.40%
G=34.62%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817010300.220.530.1534.9660.8562.94
HexDAAA6701635F233d3f
Octal3322521470266517437577
Binary110110101010101011001110101101101011111100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daaa67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daaa67; }

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

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

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

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

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

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

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

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