Html Css Color HEX #DB9F20 Galliano

📋 copy color: '#DB9F20'

red 219 ◦ green 159 ◦ blue 32

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

Shades of Galliano #DB9F20

Tints of Galliano #DB9F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 53.41%
G = 38.78%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB9F20 (or 0xDB9F20) is known color: Galliano. HEX triplet: DB, 9F and 20. RGB value is (219,159,32). Sum of RGB (Red+Green+Blue) = 219+159+32=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F20 is #2460DF. Grayscale: #A3A3A3. Windows color (decimal): -2384096 or 2138075. OLE color: 2138075.

HSL color Cylindrical-coordinate representation of color #DB9F20: hue angle of 40.75º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB9F20 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 32 -
CMYK 0 0.27 0.85 0.14
HSL 40.75º 0.75% 0.49% -
HSV(B) 40.75º 0.85% 0.86% -
XYZ 41.87 39.96 6.87 -
YUV 162.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 219 159 32 0 0.27 0.85 0.14 40.75 0.75 0.49
Hex DB 9F 20 0 1B 55 E 29 4B 31
Octal 333 237 40 0 33 125 16 51 113 61
Binary 11011011 10011111 100000 0 11011 1010101 1110 101001 1001011 110001

Color Harmonies of #DB9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F20

Black with #DB9F20

Text Example


Text Example

White with #DB9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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