Html Css Color HEX #DAB966 Equator

📋 copy color: '#DAB966'

red 218 ◦ green 185 ◦ blue 102

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

Shades of Equator #DAB966

Tints of Equator #DAB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

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

R = 43.17%
G = 36.63%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAB966 (or 0xDAB966) is known color: Equator. HEX triplet: DA, B9 and 66. RGB value is (218,185,102). Sum of RGB (Red+Green+Blue) = 218+185+102=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB966 is #254699. Grayscale: #B9B9B9. Windows color (decimal): -2442906 or 6732250. OLE color: 6732250.

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

Color convert

RGB 218 185 102 -
CMYK 0 0.15 0.53 0.15
HSL 42.93º 0.61% 0.63% -
HSV(B) 42.93º 0.53% 0.85% -
XYZ 48.66 50.56 19.77 -
YUV 185.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 218 185 102 0 0.15 0.53 0.15 42.93 0.61 0.63
Hex DA B9 66 0 F 35 F 2B 3D 3F
Octal 332 271 146 0 17 65 17 53 75 77
Binary 11011010 10111001 1100110 0 1111 110101 1111 101011 111101 111111

Color Harmonies of #DAB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB966

Black with #DAB966

Text Example


Text Example

White with #DAB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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