Html Css Color HEX #DAA962 Equator

📋 copy color: '#DAA962'

red 218 ◦ green 169 ◦ blue 98

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

Shades of Equator #DAA962

Tints of Equator #DAA962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 44.95%
G = 34.85%
B = 20.21%

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

#DAA962 (or 0xDAA962) is known color: Equator. HEX triplet: DA, A9 and 62. RGB value is (218,169,98). Sum of RGB (Red+Green+Blue) = 218+169+98=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA962 is #25569D. Grayscale: #AFAFAF. Windows color (decimal): -2447006 or 6466010. OLE color: 6466010.

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

Color convert

RGB 218 169 98 -
CMYK 0 0.22 0.55 0.15
HSL 35.5º 0.62% 0.62% -
HSV(B) 35.5º 0.55% 0.85% -
XYZ 45.31 44.16 17.69 -
YUV 175.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 218 169 98 0 0.22 0.55 0.15 35.5 0.62 0.62
Hex DA A9 62 0 16 37 F 24 3E 3E
Octal 332 251 142 0 26 67 17 44 76 76
Binary 11011010 10101001 1100010 0 10110 110111 1111 100100 111110 111110

Color Harmonies of #DAA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA962

Black with #DAA962

Text Example


Text Example

White with #DAA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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