Html Css Color HEX #DB9D1B Galliano

📋 copy color: '#DB9D1B'

red 219 ◦ green 157 ◦ blue 27

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

Shades of Galliano #DB9D1B

Tints of Galliano #DB9D1B

RGB

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

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

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

R = 54.34%
G = 38.96%
B = 6.7%

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

#DB9D1B (or 0xDB9D1B) is known color: Galliano. HEX triplet: DB, 9D and 1B. RGB value is (219,157,27). Sum of RGB (Red+Green+Blue) = 219+157+27=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D1B is #2462E4. Grayscale: #A1A1A1. Windows color (decimal): -2384613 or 1809883. OLE color: 1809883.

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

Color convert

RGB 219 157 27 -
CMYK 0 0.28 0.88 0.14
HSL 40.63º 0.78% 0.48% -
HSV(B) 40.63º 0.88% 0.86% -
XYZ 41.47 39.25 6.43 -
YUV 160.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 219 157 27 0 0.28 0.88 0.14 40.63 0.78 0.48
Hex DB 9D 1B 0 1C 58 E 29 4E 30
Octal 333 235 33 0 34 130 16 51 116 60
Binary 11011011 10011101 11011 0 11100 1011000 1110 101001 1001110 110000

Color Harmonies of #DB9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D1B

Black with #DB9D1B

Text Example


Text Example

White with #DB9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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