Html Css Color HEX #DAAA62 Equator

📋 copy color: '#DAAA62'

red 218 ◦ green 170 ◦ blue 98

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

Shades of Equator #DAAA62

Tints of Equator #DAAA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 44.86%
G = 34.98%
B = 20.16%

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

#DAAA62 (or 0xDAAA62) is known color: Equator. HEX triplet: DA, AA and 62. RGB value is (218,170,98). Sum of RGB (Red+Green+Blue) = 218+170+98=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA62 is #25559D. Grayscale: #B0B0B0. Windows color (decimal): -2446750 or 6466266. OLE color: 6466266.

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

Color convert

RGB 218 170 98 -
CMYK 0 0.22 0.55 0.15
HSL 36º 0.62% 0.62% -
HSV(B) 36º 0.55% 0.85% -
XYZ 45.49 44.54 17.75 -
YUV 176.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 218 170 98 0 0.22 0.55 0.15 36 0.62 0.62
Hex DA AA 62 0 16 37 F 24 3E 3E
Octal 332 252 142 0 26 67 17 44 76 76
Binary 11011010 10101010 1100010 0 10110 110111 1111 100100 111110 111110

Color Harmonies of #DAAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA62

Black with #DAAA62

Text Example


Text Example

White with #DAAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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