Html Css Color HEX #DAAA63 Equator

📋 copy color: '#DAAA63'

red 218 ◦ green 170 ◦ blue 99

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

Shades of Equator #DAAA63

Tints of Equator #DAAA63

RGB

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

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

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

R = 44.76%
G = 34.91%
B = 20.33%

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

#DAAA63 (or 0xDAAA63) is known color: Equator. HEX triplet: DA, AA and 63. RGB value is (218,170,99). Sum of RGB (Red+Green+Blue) = 218+170+99=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA63 is #25559C. Grayscale: #B0B0B0. Windows color (decimal): -2446749 or 6531802. OLE color: 6531802.

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

Color convert

RGB 218 170 99 -
CMYK 0 0.22 0.55 0.15
HSL 35.8º 0.62% 0.62% -
HSV(B) 35.8º 0.55% 0.85% -
XYZ 45.54 44.56 18 -
YUV 176.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 218 170 99 0 0.22 0.55 0.15 35.8 0.62 0.62
Hex DA AA 63 0 16 37 F 24 3E 3E
Octal 332 252 143 0 26 67 17 44 76 76
Binary 11011010 10101010 1100011 0 10110 110111 1111 100100 111110 111110

Color Harmonies of #DAAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA63

Black with #DAAA63

Text Example


Text Example

White with #DAAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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