Html Css Color HEX #DAB018 Galliano

📋 copy color: '#DAB018'

red 218 ◦ green 176 ◦ blue 24

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

Shades of Galliano #DAB018

Tints of Galliano #DAB018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.74%

R = 52.15%
G = 42.11%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB018 (or 0xDAB018) is known color: Galliano. HEX triplet: DA, B0 and 18. RGB value is (218,176,24). Sum of RGB (Red+Green+Blue) = 218+176+24=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB018 is #254FE7. Grayscale: #ABABAB. Windows color (decimal): -2445288 or 1618138. OLE color: 1618138.

HSL color Cylindrical-coordinate representation of color #DAB018: hue angle of 47.01º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB018 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 24 -
CMYK 0 0.19 0.89 0.15
HSL 47.01º 0.8% 0.47% -
HSV(B) 47.01º 0.89% 0.85% -
XYZ 44.6 46.02 7.4 -
YUV 171.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 218 176 24 0 0.19 0.89 0.15 47.01 0.8 0.47
Hex DA B0 18 0 13 59 F 2F 50 2F
Octal 332 260 30 0 23 131 17 57 120 57
Binary 11011010 10110000 11000 0 10011 1011001 1111 101111 1010000 101111

Color Harmonies of #DAB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB018

Black with #DAB018

Text Example


Text Example

White with #DAB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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