Html Css Color HEX #DAAD64 Equator

📋 copy color: '#DAAD64'

red 218 ◦ green 173 ◦ blue 100

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

Shades of Equator #DAAD64

Tints of Equator #DAAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 44.4%
G = 35.23%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAAD64 (or 0xDAAD64) is known color: Equator. HEX triplet: DA, AD and 64. RGB value is (218,173,100). Sum of RGB (Red+Green+Blue) = 218+173+100=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD64 is #25529B. Grayscale: #B2B2B2. Windows color (decimal): -2445980 or 6598106. OLE color: 6598106.

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

Color convert

RGB 218 173 100 -
CMYK 0 0.21 0.54 0.15
HSL 37.12º 0.61% 0.62% -
HSV(B) 37.12º 0.54% 0.85% -
XYZ 46.16 45.71 18.45 -
YUV 178.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 218 173 100 0 0.21 0.54 0.15 37.12 0.61 0.62
Hex DA AD 64 0 15 36 F 25 3D 3E
Octal 332 255 144 0 25 66 17 45 75 76
Binary 11011010 10101101 1100100 0 10101 110110 1111 100101 111101 111110

Color Harmonies of #DAAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD64

Black with #DAAD64

Text Example


Text Example

White with #DAAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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