Html Css Color HEX #DAA66B Equator

📋 copy color: '#DAA66B'

red 218 ◦ green 166 ◦ blue 107

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

Shades of Equator #DAA66B

Tints of Equator #DAA66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 44.4%
G = 33.81%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAA66B (or 0xDAA66B) is known color: Equator. HEX triplet: DA, A6 and 6B. RGB value is (218,166,107). Sum of RGB (Red+Green+Blue) = 218+166+107=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA66B is #255994. Grayscale: #AFAFAF. Windows color (decimal): -2447765 or 7055066. OLE color: 7055066.

HSL color Cylindrical-coordinate representation of color #DAA66B: hue angle of 31.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAA66B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 107 -
CMYK 0 0.24 0.51 0.15
HSL 31.89º 0.6% 0.64% -
HSV(B) 31.89º 0.51% 0.85% -
XYZ 45.2 43.24 19.87 -
YUV 174.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 218 166 107 0 0.24 0.51 0.15 31.89 0.6 0.64
Hex DA A6 6B 0 18 33 F 20 3C 40
Octal 332 246 153 0 30 63 17 40 74 100
Binary 11011010 10100110 1101011 0 11000 110011 1111 100000 111100 1000000

Color Harmonies of #DAA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA66B

Black with #DAA66B

Text Example


Text Example

White with #DAA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA66B; }

 p { color: rgb(218,166,107); }

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

background-color css

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

 a { background-color: rgb(218,166,107); }

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

border-color css

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

 span { border-color: rgb(218,166,107); }

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