Html Css Color HEX #DBA026 Galliano

📋 copy color: '#DBA026'

red 219 ◦ green 160 ◦ blue 38

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

Shades of Galliano #DBA026

Tints of Galliano #DBA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 52.52%
G = 38.37%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBA026 (or 0xDBA026) is known color: Galliano. HEX triplet: DB, A0 and 26. RGB value is (219,160,38). Sum of RGB (Red+Green+Blue) = 219+160+38=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA026 is #245FD9. Grayscale: #A4A4A4. Windows color (decimal): -2383834 or 2531547. OLE color: 2531547.

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

Color convert

RGB 219 160 38 -
CMYK 0 0.27 0.83 0.14
HSL 40.44º 0.72% 0.5% -
HSV(B) 40.44º 0.83% 0.86% -
XYZ 42.13 40.34 7.4 -
YUV 163.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 219 160 38 0 0.27 0.83 0.14 40.44 0.72 0.5
Hex DB A0 26 0 1B 53 E 28 48 32
Octal 333 240 46 0 33 123 16 50 110 62
Binary 11011011 10100000 100110 0 11011 1010011 1110 101000 1001000 110010

Color Harmonies of #DBA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA026

Black with #DBA026

Text Example


Text Example

White with #DBA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA026; }

 p { color: rgb(219,160,38); }

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

background-color css

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

 a { background-color: rgb(219,160,38); }

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

border-color css

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

 span { border-color: rgb(219,160,38); }

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