Html Css Color HEX #DAAA64 Equator

📋 copy color: '#DAAA64'

red 218 ◦ green 170 ◦ blue 100

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

Shades of Equator #DAAA64

Tints of Equator #DAAA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 44.67%
G = 34.84%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAAA64 (or 0xDAAA64) is known color: Equator. HEX triplet: DA, AA and 64. RGB value is (218,170,100). Sum of RGB (Red+Green+Blue) = 218+170+100=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA64 is #25559B. Grayscale: #B0B0B0. Windows color (decimal): -2446748 or 6597338. OLE color: 6597338.

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

Color convert

RGB 218 170 100 -
CMYK 0 0.22 0.54 0.15
HSL 35.59º 0.61% 0.62% -
HSV(B) 35.59º 0.54% 0.85% -
XYZ 45.59 44.57 18.26 -
YUV 176.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 218 170 100 0 0.22 0.54 0.15 35.59 0.61 0.62
Hex DA AA 64 0 16 36 F 24 3D 3E
Octal 332 252 144 0 26 66 17 44 75 76
Binary 11011010 10101010 1100100 0 10110 110110 1111 100100 111101 111110

Color Harmonies of #DAAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA64

Black with #DAAA64

Text Example


Text Example

White with #DAAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA64; }

 p { color: rgb(218,170,100); }

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

background-color css

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

 a { background-color: rgb(218,170,100); }

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

border-color css

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

 span { border-color: rgb(218,170,100); }

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