Html Css Color HEX #DAB11B Galliano

📋 copy color: '#DAB11B'

red 218 ◦ green 177 ◦ blue 27

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

Shades of Galliano #DAB11B

Tints of Galliano #DAB11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.4%

R = 51.66%
G = 41.94%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAB11B (or 0xDAB11B) is known color: Galliano. HEX triplet: DA, B1 and 1B. RGB value is (218,177,27). Sum of RGB (Red+Green+Blue) = 218+177+27=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB11B is #254EE4. Grayscale: #ACACAC. Windows color (decimal): -2445029 or 1815002. OLE color: 1815002.

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

Color convert

RGB 218 177 27 -
CMYK 0 0.19 0.88 0.15
HSL 47.12º 0.78% 0.48% -
HSV(B) 47.12º 0.88% 0.85% -
XYZ 44.83 46.43 7.64 -
YUV 172.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 218 177 27 0 0.19 0.88 0.15 47.12 0.78 0.48
Hex DA B1 1B 0 13 58 F 2F 4E 30
Octal 332 261 33 0 23 130 17 57 116 60
Binary 11011010 10110001 11011 0 10011 1011000 1111 101111 1001110 110000

Color Harmonies of #DAB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB11B

Black with #DAB11B

Text Example


Text Example

White with #DAB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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