Html Css Color HEX #DB9D1A Galliano

📋 copy color: '#DB9D1A'

red 219 ◦ green 157 ◦ blue 26

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

Shades of Galliano #DB9D1A

Tints of Galliano #DB9D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 54.48%
G = 39.05%
B = 6.47%

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

#DB9D1A (or 0xDB9D1A) is known color: Galliano. HEX triplet: DB, 9D and 1A. RGB value is (219,157,26). Sum of RGB (Red+Green+Blue) = 219+157+26=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D1A is #2462E5. Grayscale: #A1A1A1. Windows color (decimal): -2384614 or 1744347. OLE color: 1744347.

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

Color convert

RGB 219 157 26 -
CMYK 0 0.28 0.88 0.14
HSL 40.73º 0.79% 0.48% -
HSV(B) 40.73º 0.88% 0.86% -
XYZ 41.46 39.25 6.37 -
YUV 160.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 219 157 26 0 0.28 0.88 0.14 40.73 0.79 0.48
Hex DB 9D 1A 0 1C 58 E 29 4F 30
Octal 333 235 32 0 34 130 16 51 117 60
Binary 11011011 10011101 11010 0 11100 1011000 1110 101001 1001111 110000

Color Harmonies of #DB9D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D1A

Black with #DB9D1A

Text Example


Text Example

White with #DB9D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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