Html Css Color HEX #DAB160 Equator

📋 copy color: '#DAB160'

red 218 ◦ green 177 ◦ blue 96

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

Shades of Equator #DAB160

Tints of Equator #DAB160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 44.4%
G = 36.05%
B = 19.55%

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

#DAB160 (or 0xDAB160) is known color: Equator. HEX triplet: DA, B1 and 60. RGB value is (218,177,96). Sum of RGB (Red+Green+Blue) = 218+177+96=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB160 is #254E9F. Grayscale: #B4B4B4. Windows color (decimal): -2444960 or 6336986. OLE color: 6336986.

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

Color convert

RGB 218 177 96 -
CMYK 0 0.19 0.56 0.15
HSL 39.84º 0.62% 0.62% -
HSV(B) 39.84º 0.56% 0.85% -
XYZ 46.75 47.19 17.71 -
YUV 180.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 218 177 96 0 0.19 0.56 0.15 39.84 0.62 0.62
Hex DA B1 60 0 13 38 F 28 3E 3E
Octal 332 261 140 0 23 70 17 50 76 76
Binary 11011010 10110001 1100000 0 10011 111000 1111 101000 111110 111110

Color Harmonies of #DAB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB160

Black with #DAB160

Text Example


Text Example

White with #DAB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB160; }

 p { color: rgb(218,177,96); }

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

background-color css

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

 a { background-color: rgb(218,177,96); }

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

border-color css

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

 span { border-color: rgb(218,177,96); }

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