Html Css Color HEX #DAAA66 Equator

📋 copy color: '#DAAA66'

red 218 ◦ green 170 ◦ blue 102

#DAAA66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DAAA66

Tints of Equator #DAAA66

RGB

 RED value IS 218 (85.55% from 255) = 44.49%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 44.49%
G = 34.69%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAAA66 (or 0xDAAA66) is known color: Equator. HEX triplet: DA, AA and 66. RGB value is (218,170,102). Sum of RGB (Red+Green+Blue) = 218+170+102=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA66 is #255599. Grayscale: #B0B0B0. Windows color (decimal): -2446746 or 6728410. OLE color: 6728410.

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

Color convert

RGB 218 170 102 -
CMYK 0 0.22 0.53 0.15
HSL 35.17º 0.61% 0.63% -
HSV(B) 35.17º 0.53% 0.85% -
XYZ 45.69 44.61 18.77 -
YUV 176.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 218 170 102 0 0.22 0.53 0.15 35.17 0.61 0.63
Hex DA AA 66 0 16 35 F 23 3D 3F
Octal 332 252 146 0 26 65 17 43 75 77
Binary 11011010 10101010 1100110 0 10110 110101 1111 100011 111101 111111

Color Harmonies of #DAAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA66

Black with #DAAA66

Text Example


Text Example

White with #DAAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA66; }

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

 H1.HeaderClassName
 {
   color: #DAAA66;
 }
 .AnyTagClassName
 {
   color: #DAAA66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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