Html Css Color HEX #DAA966 Equator

📋 copy color: '#DAA966'

red 218 ◦ green 169 ◦ blue 102

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

Shades of Equator #DAA966

Tints of Equator #DAA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 44.58%
G = 34.56%
B = 20.86%

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

#DAA966 (or 0xDAA966) is known color: Equator. HEX triplet: DA, A9 and 66. RGB value is (218,169,102). Sum of RGB (Red+Green+Blue) = 218+169+102=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA966 is #255699. Grayscale: #B0B0B0. Windows color (decimal): -2447002 or 6728154. OLE color: 6728154.

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

Color convert

RGB 218 169 102 -
CMYK 0 0.22 0.53 0.15
HSL 34.66º 0.61% 0.63% -
HSV(B) 34.66º 0.53% 0.85% -
XYZ 45.5 44.24 18.71 -
YUV 176.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 218 169 102 0 0.22 0.53 0.15 34.66 0.61 0.63
Hex DA A9 66 0 16 35 F 23 3D 3F
Octal 332 251 146 0 26 65 17 43 75 77
Binary 11011010 10101001 1100110 0 10110 110101 1111 100011 111101 111111

Color Harmonies of #DAA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA966

Black with #DAA966

Text Example


Text Example

White with #DAA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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