Html Css Color HEX #DAAC61 Equator

📋 copy color: '#DAAC61'

red 218 ◦ green 172 ◦ blue 97

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

Shades of Equator #DAAC61

Tints of Equator #DAAC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.92%

R = 44.76%
G = 35.32%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAAC61 (or 0xDAAC61) is known color: Equator. HEX triplet: DA, AC and 61. RGB value is (218,172,97). Sum of RGB (Red+Green+Blue) = 218+172+97=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC61 is #25539E. Grayscale: #B1B1B1. Windows color (decimal): -2446239 or 6401242. OLE color: 6401242.

HSL color Cylindrical-coordinate representation of color #DAAC61: hue angle of 37.19º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAAC61 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 97 -
CMYK 0 0.21 0.56 0.15
HSL 37.19º 0.62% 0.62% -
HSV(B) 37.19º 0.56% 0.85% -
XYZ 45.82 45.27 17.63 -
YUV 177.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 218 172 97 0 0.21 0.56 0.15 37.19 0.62 0.62
Hex DA AC 61 0 15 38 F 25 3E 3E
Octal 332 254 141 0 25 70 17 45 76 76
Binary 11011010 10101100 1100001 0 10101 111000 1111 100101 111110 111110

Color Harmonies of #DAAC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC61

Black with #DAAC61

Text Example


Text Example

White with #DAAC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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