Html Css Color HEX #DB9D1E Galliano

📋 copy color: '#DB9D1E'

red 219 ◦ green 157 ◦ blue 30

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

Shades of Galliano #DB9D1E

Tints of Galliano #DB9D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 53.94%
G = 38.67%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB9D1E (or 0xDB9D1E) is known color: Galliano. HEX triplet: DB, 9D and 1E. RGB value is (219,157,30). Sum of RGB (Red+Green+Blue) = 219+157+30=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D1E is #2462E1. Grayscale: #A1A1A1. Windows color (decimal): -2384610 or 2006491. OLE color: 2006491.

HSL color Cylindrical-coordinate representation of color #DB9D1E: hue angle of 40.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB9D1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 30 -
CMYK 0 0.28 0.86 0.14
HSL 40.32º 0.76% 0.49% -
HSV(B) 40.32º 0.86% 0.86% -
XYZ 41.5 39.27 6.62 -
YUV 161.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 219 157 30 0 0.28 0.86 0.14 40.32 0.76 0.49
Hex DB 9D 1E 0 1C 56 E 28 4C 31
Octal 333 235 36 0 34 126 16 50 114 61
Binary 11011011 10011101 11110 0 11100 1010110 1110 101000 1001100 110001

Color Harmonies of #DB9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D1E

Black with #DB9D1E

Text Example


Text Example

White with #DB9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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