Html Css Color HEX #DB9E1B Galliano

📋 copy color: '#DB9E1B'

red 219 ◦ green 158 ◦ blue 27

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

Shades of Galliano #DB9E1B

Tints of Galliano #DB9E1B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 54.21%
G = 39.11%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB9E1B (or 0xDB9E1B) is known color: Galliano. HEX triplet: DB, 9E and 1B. RGB value is (219,158,27). Sum of RGB (Red+Green+Blue) = 219+158+27=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E1B is #2461E4. Grayscale: #A1A1A1. Windows color (decimal): -2384357 or 1810139. OLE color: 1810139.

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

Color convert

RGB 219 158 27 -
CMYK 0 0.28 0.88 0.14
HSL 40.94º 0.78% 0.48% -
HSV(B) 40.94º 0.88% 0.86% -
XYZ 41.64 39.59 6.48 -
YUV 161.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 219 158 27 0 0.28 0.88 0.14 40.94 0.78 0.48
Hex DB 9E 1B 0 1C 58 E 29 4E 30
Octal 333 236 33 0 34 130 16 51 116 60
Binary 11011011 10011110 11011 0 11100 1011000 1110 101001 1001110 110000

Color Harmonies of #DB9E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E1B

Black with #DB9E1B

Text Example


Text Example

White with #DB9E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E1B; }

 p { color: rgb(219,158,27); }

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

background-color css

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

 a { background-color: rgb(219,158,27); }

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

border-color css

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

 span { border-color: rgb(219,158,27); }

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