Html Css Color HEX #DAB061 Equator

📋 copy color: '#DAB061'

red 218 ◦ green 176 ◦ blue 97

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

Shades of Equator #DAB061

Tints of Equator #DAB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 44.4%
G = 35.85%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB061 (or 0xDAB061) is known color: Equator. HEX triplet: DA, B0 and 61. RGB value is (218,176,97). Sum of RGB (Red+Green+Blue) = 218+176+97=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB061 is #254F9E. Grayscale: #B3B3B3. Windows color (decimal): -2445215 or 6402266. OLE color: 6402266.

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

Color convert

RGB 218 176 97 -
CMYK 0 0.19 0.56 0.15
HSL 39.17º 0.62% 0.62% -
HSV(B) 39.17º 0.56% 0.85% -
XYZ 46.6 46.82 17.89 -
YUV 179.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 218 176 97 0 0.19 0.56 0.15 39.17 0.62 0.62
Hex DA B0 61 0 13 38 F 27 3E 3E
Octal 332 260 141 0 23 70 17 47 76 76
Binary 11011010 10110000 1100001 0 10011 111000 1111 100111 111110 111110

Color Harmonies of #DAB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB061

Black with #DAB061

Text Example


Text Example

White with #DAB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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