Html Css Color HEX #DBA01C Galliano

📋 copy color: '#DBA01C'

red 219 ◦ green 160 ◦ blue 28

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

Shades of Galliano #DBA01C

Tints of Galliano #DBA01C

RGB

 RED value IS 219 (85.94% from 255) = 53.81%

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 53.81%
G = 39.31%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA01C (or 0xDBA01C) is known color: Galliano. HEX triplet: DB, A0 and 1C. RGB value is (219,160,28). Sum of RGB (Red+Green+Blue) = 219+160+28=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01C is #245FE3. Grayscale: #A3A3A3. Windows color (decimal): -2383844 or 1876187. OLE color: 1876187.

HSL color Cylindrical-coordinate representation of color #DBA01C: hue angle of 41.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBA01C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 28 -
CMYK 0 0.27 0.87 0.14
HSL 41.47º 0.77% 0.48% -
HSV(B) 41.47º 0.87% 0.86% -
XYZ 41.99 40.29 6.66 -
YUV 162.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 219 160 28 0 0.27 0.87 0.14 41.47 0.77 0.48
Hex DB A0 1C 0 1B 57 E 29 4D 30
Octal 333 240 34 0 33 127 16 51 115 60
Binary 11011011 10100000 11100 0 11011 1010111 1110 101001 1001101 110000

Color Harmonies of #DBA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA01C

Black with #DBA01C

Text Example


Text Example

White with #DBA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA01C; }

 p { color: rgb(219,160,28); }

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

background-color css

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

 a { background-color: rgb(219,160,28); }

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

border-color css

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

 span { border-color: rgb(219,160,28); }

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