Html Css Color HEX #DBAD1C Galliano

📋 copy color: '#DBAD1C'

red 219 ◦ green 173 ◦ blue 28

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

Shades of Galliano #DBAD1C

Tints of Galliano #DBAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 52.14%
G = 41.19%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBAD1C (or 0xDBAD1C) is known color: Galliano. HEX triplet: DB, AD and 1C. RGB value is (219,173,28). Sum of RGB (Red+Green+Blue) = 219+173+28=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD1C is #2452E3. Grayscale: #AAAAAA. Windows color (decimal): -2380516 or 1879515. OLE color: 1879515.

HSL color Cylindrical-coordinate representation of color #DBAD1C: hue angle of 45.55º 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 #DBAD1C is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 28 -
CMYK 0 0.21 0.87 0.14
HSL 45.55º 0.77% 0.48% -
HSV(B) 45.55º 0.87% 0.86% -
XYZ 44.37 45.03 7.45 -
YUV 170.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 219 173 28 0 0.21 0.87 0.14 45.55 0.77 0.48
Hex DB AD 1C 0 15 57 E 2E 4D 30
Octal 333 255 34 0 25 127 16 56 115 60
Binary 11011011 10101101 11100 0 10101 1010111 1110 101110 1001101 110000

Color Harmonies of #DBAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD1C

Black with #DBAD1C

Text Example


Text Example

White with #DBAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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