Html Css Color HEX #DB9E23 Galliano

📋 copy color: '#DB9E23'

red 219 ◦ green 158 ◦ blue 35

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

Shades of Galliano #DB9E23

Tints of Galliano #DB9E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 35 (14.06% from 255) = 8.5%

R = 53.16%
G = 38.35%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9E23 (or 0xDB9E23) is known color: Galliano. HEX triplet: DB, 9E and 23. RGB value is (219,158,35). Sum of RGB (Red+Green+Blue) = 219+158+35=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E23 is #2461DC. Grayscale: #A2A2A2. Windows color (decimal): -2384349 or 2334427. OLE color: 2334427.

HSL color Cylindrical-coordinate representation of color #DB9E23: hue angle of 40.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB9E23 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 35 -
CMYK 0 0.28 0.84 0.14
HSL 40.11º 0.72% 0.5% -
HSV(B) 40.11º 0.84% 0.86% -
XYZ 41.74 39.64 7.04 -
YUV 162.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 219 158 35 0 0.28 0.84 0.14 40.11 0.72 0.5
Hex DB 9E 23 0 1C 54 E 28 48 32
Octal 333 236 43 0 34 124 16 50 110 62
Binary 11011011 10011110 100011 0 11100 1010100 1110 101000 1001000 110010

Color Harmonies of #DB9E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E23

Black with #DB9E23

Text Example


Text Example

White with #DB9E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E23; }

 p { color: rgb(219,158,35); }

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

background-color css

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

 a { background-color: rgb(219,158,35); }

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

border-color css

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

 span { border-color: rgb(219,158,35); }

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