Html Css Color HEX #DB9B1C Galliano

📋 copy color: '#DB9B1C'

red 219 ◦ green 155 ◦ blue 28

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

Shades of Galliano #DB9B1C

Tints of Galliano #DB9B1C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

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

R = 54.48%
G = 38.56%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB9B1C (or 0xDB9B1C) is known color: Galliano. HEX triplet: DB, 9B and 1C. RGB value is (219,155,28). Sum of RGB (Red+Green+Blue) = 219+155+28=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B1C is #2464E3. Grayscale: #A0A0A0. Windows color (decimal): -2385124 or 1874907. OLE color: 1874907.

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

Color convert

RGB 219 155 28 -
CMYK 0 0.29 0.87 0.14
HSL 39.9º 0.77% 0.48% -
HSV(B) 39.9º 0.87% 0.86% -
XYZ 41.14 38.59 6.38 -
YUV 159.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 219 155 28 0 0.29 0.87 0.14 39.9 0.77 0.48
Hex DB 9B 1C 0 1D 57 E 28 4D 30
Octal 333 233 34 0 35 127 16 50 115 60
Binary 11011011 10011011 11100 0 11101 1010111 1110 101000 1001101 110000

Color Harmonies of #DB9B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B1C

Black with #DB9B1C

Text Example


Text Example

White with #DB9B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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