Html Css Color HEX #DBA21C Galliano

📋 copy color: '#DBA21C'

red 219 ◦ green 162 ◦ blue 28

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

Shades of Galliano #DBA21C

Tints of Galliano #DBA21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 53.55%
G = 39.61%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA21C (or 0xDBA21C) is known color: Galliano. HEX triplet: DB, A2 and 1C. RGB value is (219,162,28). Sum of RGB (Red+Green+Blue) = 219+162+28=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA21C is #245DE3. Grayscale: #A4A4A4. Windows color (decimal): -2383332 or 1876699. OLE color: 1876699.

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

Color convert

RGB 219 162 28 -
CMYK 0 0.26 0.87 0.14
HSL 42.09º 0.77% 0.48% -
HSV(B) 42.09º 0.87% 0.86% -
XYZ 42.34 40.98 6.78 -
YUV 163.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 219 162 28 0 0.26 0.87 0.14 42.09 0.77 0.48
Hex DB A2 1C 0 1A 57 E 2A 4D 30
Octal 333 242 34 0 32 127 16 52 115 60
Binary 11011011 10100010 11100 0 11010 1010111 1110 101010 1001101 110000

Color Harmonies of #DBA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA21C

Black with #DBA21C

Text Example


Text Example

White with #DBA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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