Html Css Color HEX #DAB015 Galliano

📋 copy color: '#DAB015'

red 218 ◦ green 176 ◦ blue 21

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

Shades of Galliano #DAB015

Tints of Galliano #DAB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 52.53%
G = 42.41%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB015 (or 0xDAB015) is known color: Galliano. HEX triplet: DA, B0 and 15. RGB value is (218,176,21). Sum of RGB (Red+Green+Blue) = 218+176+21=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB015 is #254FEA. Grayscale: #ABABAB. Windows color (decimal): -2445291 or 1421530. OLE color: 1421530.

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

Color convert

RGB 218 176 21 -
CMYK 0 0.19 0.90 0.15
HSL 47.21º 0.82% 0.47% -
HSV(B) 47.21º 0.9% 0.85% -
XYZ 44.57 46.01 7.24 -
YUV 170.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 218 176 21 0 0.19 0.90 0.15 47.21 0.82 0.47
Hex DA B0 15 0 13 5A F 2F 52 2F
Octal 332 260 25 0 23 132 17 57 122 57
Binary 11011010 10110000 10101 0 10011 1011010 1111 101111 1010010 101111

Color Harmonies of #DAB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB015

Black with #DAB015

Text Example


Text Example

White with #DAB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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