Html Css Color HEX #DAAD63 Equator

📋 copy color: '#DAAD63'

red 218 ◦ green 173 ◦ blue 99

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

Shades of Equator #DAAD63

Tints of Equator #DAAD63

RGB

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

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

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

R = 44.49%
G = 35.31%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAAD63 (or 0xDAAD63) is known color: Equator. HEX triplet: DA, AD and 63. RGB value is (218,173,99). Sum of RGB (Red+Green+Blue) = 218+173+99=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD63 is #25529C. Grayscale: #B2B2B2. Windows color (decimal): -2445981 or 6532570. OLE color: 6532570.

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

Color convert

RGB 218 173 99 -
CMYK 0 0.21 0.55 0.15
HSL 37.31º 0.62% 0.62% -
HSV(B) 37.31º 0.55% 0.85% -
XYZ 46.11 45.69 18.19 -
YUV 178.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 218 173 99 0 0.21 0.55 0.15 37.31 0.62 0.62
Hex DA AD 63 0 15 37 F 25 3E 3E
Octal 332 255 143 0 25 67 17 45 76 76
Binary 11011010 10101101 1100011 0 10101 110111 1111 100101 111110 111110

Color Harmonies of #DAAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD63

Black with #DAAD63

Text Example


Text Example

White with #DAAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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