Html Css Color HEX #DAA963 Equator

📋 copy color: '#DAA963'

red 218 ◦ green 169 ◦ blue 99

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

Shades of Equator #DAA963

Tints of Equator #DAA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 44.86%
G = 34.77%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA963 (or 0xDAA963) is known color: Equator. HEX triplet: DA, A9 and 63. RGB value is (218,169,99). Sum of RGB (Red+Green+Blue) = 218+169+99=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA963 is #25569C. Grayscale: #B0B0B0. Windows color (decimal): -2447005 or 6531546. OLE color: 6531546.

HSL color Cylindrical-coordinate representation of color #DAA963: hue angle of 35.29º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAA963 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 99 -
CMYK 0 0.22 0.55 0.15
HSL 35.29º 0.62% 0.62% -
HSV(B) 35.29º 0.55% 0.85% -
XYZ 45.35 44.18 17.94 -
YUV 175.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 218 169 99 0 0.22 0.55 0.15 35.29 0.62 0.62
Hex DA A9 63 0 16 37 F 23 3E 3E
Octal 332 251 143 0 26 67 17 43 76 76
Binary 11011010 10101001 1100011 0 10110 110111 1111 100011 111110 111110

Color Harmonies of #DAA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA963

Black with #DAA963

Text Example


Text Example

White with #DAA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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