Html Css Color HEX #DAAC62 Equator

📋 copy color: '#DAAC62'

red 218 ◦ green 172 ◦ blue 98

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

Shades of Equator #DAAC62

Tints of Equator #DAAC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 44.67%
G = 35.25%
B = 20.08%

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

#DAAC62 (or 0xDAAC62) is known color: Equator. HEX triplet: DA, AC and 62. RGB value is (218,172,98). Sum of RGB (Red+Green+Blue) = 218+172+98=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC62 is #25539D. Grayscale: #B1B1B1. Windows color (decimal): -2446238 or 6466778. OLE color: 6466778.

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

Color convert

RGB 218 172 98 -
CMYK 0 0.21 0.55 0.15
HSL 37º 0.62% 0.62% -
HSV(B) 37º 0.55% 0.85% -
XYZ 45.87 45.29 17.88 -
YUV 177.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 218 172 98 0 0.21 0.55 0.15 37 0.62 0.62
Hex DA AC 62 0 15 37 F 25 3E 3E
Octal 332 254 142 0 25 67 17 45 76 76
Binary 11011010 10101100 1100010 0 10101 110111 1111 100101 111110 111110

Color Harmonies of #DAAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC62

Black with #DAAC62

Text Example


Text Example

White with #DAAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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