Html Css Color HEX #DAB11F Galliano

📋 copy color: '#DAB11F'

red 218 ◦ green 177 ◦ blue 31

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

Shades of Galliano #DAB11F

Tints of Galliano #DAB11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 51.17%
G = 41.55%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB11F (or 0xDAB11F) is known color: Galliano. HEX triplet: DA, B1 and 1F. RGB value is (218,177,31). Sum of RGB (Red+Green+Blue) = 218+177+31=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB11F is #254EE0. Grayscale: #ADADAD. Windows color (decimal): -2445025 or 2077146. OLE color: 2077146.

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

Color convert

RGB 218 177 31 -
CMYK 0 0.19 0.86 0.15
HSL 46.84º 0.75% 0.49% -
HSV(B) 46.84º 0.86% 0.85% -
XYZ 44.88 46.45 7.9 -
YUV 172.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 218 177 31 0 0.19 0.86 0.15 46.84 0.75 0.49
Hex DA B1 1F 0 13 56 F 2F 4B 31
Octal 332 261 37 0 23 126 17 57 113 61
Binary 11011010 10110001 11111 0 10011 1010110 1111 101111 1001011 110001

Color Harmonies of #DAB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB11F

Black with #DAB11F

Text Example


Text Example

White with #DAB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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