Html Css Color HEX #DB9D1C Galliano

📋 copy color: '#DB9D1C'

red 219 ◦ green 157 ◦ blue 28

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

Shades of Galliano #DB9D1C

Tints of Galliano #DB9D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 54.21%
G = 38.86%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB9D1C (or 0xDB9D1C) is known color: Galliano. HEX triplet: DB, 9D and 1C. RGB value is (219,157,28). Sum of RGB (Red+Green+Blue) = 219+157+28=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D1C is #2462E3. Grayscale: #A1A1A1. Windows color (decimal): -2384612 or 1875419. OLE color: 1875419.

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

Color convert

RGB 219 157 28 -
CMYK 0 0.28 0.87 0.14
HSL 40.52º 0.77% 0.48% -
HSV(B) 40.52º 0.87% 0.86% -
XYZ 41.48 39.26 6.49 -
YUV 160.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 219 157 28 0 0.28 0.87 0.14 40.52 0.77 0.48
Hex DB 9D 1C 0 1C 57 E 29 4D 30
Octal 333 235 34 0 34 127 16 51 115 60
Binary 11011011 10011101 11100 0 11100 1010111 1110 101001 1001101 110000

Color Harmonies of #DB9D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D1C

Black with #DB9D1C

Text Example


Text Example

White with #DB9D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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