Html Css Color HEX #DAB020 Galliano

📋 copy color: '#DAB020'

red 218 ◦ green 176 ◦ blue 32

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

Shades of Galliano #DAB020

Tints of Galliano #DAB020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.51%

R = 51.17%
G = 41.31%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAB020 (or 0xDAB020) is known color: Galliano. HEX triplet: DA, B0 and 20. RGB value is (218,176,32). Sum of RGB (Red+Green+Blue) = 218+176+32=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB020 is #254FDF. Grayscale: #ACACAC. Windows color (decimal): -2445280 or 2142426. OLE color: 2142426.

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

Color convert

RGB 218 176 32 -
CMYK 0 0.19 0.85 0.15
HSL 46.45º 0.74% 0.49% -
HSV(B) 46.45º 0.85% 0.85% -
XYZ 44.7 46.06 7.9 -
YUV 172.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 218 176 32 0 0.19 0.85 0.15 46.45 0.74 0.49
Hex DA B0 20 0 13 55 F 2E 4A 31
Octal 332 260 40 0 23 125 17 56 112 61
Binary 11011010 10110000 100000 0 10011 1010101 1111 101110 1001010 110001

Color Harmonies of #DAB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB020

Black with #DAB020

Text Example


Text Example

White with #DAB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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