Html Css Color HEX #DAAE63 Equator

📋 copy color: '#DAAE63'

red 218 ◦ green 174 ◦ blue 99

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

Shades of Equator #DAAE63

Tints of Equator #DAAE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 44.4%
G = 35.44%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAAE63 (or 0xDAAE63) is known color: Equator. HEX triplet: DA, AE and 63. RGB value is (218,174,99). Sum of RGB (Red+Green+Blue) = 218+174+99=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE63 is #25519C. Grayscale: #B2B2B2. Windows color (decimal): -2445725 or 6532826. OLE color: 6532826.

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

Color convert

RGB 218 174 99 -
CMYK 0 0.20 0.55 0.15
HSL 37.82º 0.62% 0.62% -
HSV(B) 37.82º 0.55% 0.85% -
XYZ 46.3 46.08 18.26 -
YUV 178.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 218 174 99 0 0.20 0.55 0.15 37.82 0.62 0.62
Hex DA AE 63 0 14 37 F 26 3E 3E
Octal 332 256 143 0 24 67 17 46 76 76
Binary 11011010 10101110 1100011 0 10100 110111 1111 100110 111110 111110

Color Harmonies of #DAAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE63

Black with #DAAE63

Text Example


Text Example

White with #DAAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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