Html Css Color HEX #DAAB61 Equator

📋 copy color: '#DAAB61'

red 218 ◦ green 171 ◦ blue 97

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

Shades of Equator #DAAB61

Tints of Equator #DAAB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

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

R = 44.86%
G = 35.19%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAAB61 (or 0xDAAB61) is known color: Equator. HEX triplet: DA, AB and 61. RGB value is (218,171,97). Sum of RGB (Red+Green+Blue) = 218+171+97=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB61 is #25549E. Grayscale: #B0B0B0. Windows color (decimal): -2446495 or 6400986. OLE color: 6400986.

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

Color convert

RGB 218 171 97 -
CMYK 0 0.22 0.56 0.15
HSL 36.69º 0.62% 0.62% -
HSV(B) 36.69º 0.56% 0.85% -
XYZ 45.63 44.89 17.57 -
YUV 176.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 218 171 97 0 0.22 0.56 0.15 36.69 0.62 0.62
Hex DA AB 61 0 16 38 F 25 3E 3E
Octal 332 253 141 0 26 70 17 45 76 76
Binary 11011010 10101011 1100001 0 10110 111000 1111 100101 111110 111110

Color Harmonies of #DAAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB61

Black with #DAAB61

Text Example


Text Example

White with #DAAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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