Html Css Color HEX #DB9F1B Galliano

📋 copy color: '#DB9F1B'

red 219 ◦ green 159 ◦ blue 27

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

Shades of Galliano #DB9F1B

Tints of Galliano #DB9F1B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

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

R = 54.07%
G = 39.26%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB9F1B (or 0xDB9F1B) is known color: Galliano. HEX triplet: DB, 9F and 1B. RGB value is (219,159,27). Sum of RGB (Red+Green+Blue) = 219+159+27=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F1B is #2460E4. Grayscale: #A2A2A2. Windows color (decimal): -2384101 or 1810395. OLE color: 1810395.

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

Color convert

RGB 219 159 27 -
CMYK 0 0.27 0.88 0.14
HSL 41.25º 0.78% 0.48% -
HSV(B) 41.25º 0.88% 0.86% -
XYZ 41.81 39.94 6.54 -
YUV 161.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 219 159 27 0 0.27 0.88 0.14 41.25 0.78 0.48
Hex DB 9F 1B 0 1B 58 E 29 4E 30
Octal 333 237 33 0 33 130 16 51 116 60
Binary 11011011 10011111 11011 0 11011 1011000 1110 101001 1001110 110000

Color Harmonies of #DB9F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F1B

Black with #DB9F1B

Text Example


Text Example

White with #DB9F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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