Html Css Color HEX #DBA726 Galliano

📋 copy color: '#DBA726'

red 219 ◦ green 167 ◦ blue 38

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

Shades of Galliano #DBA726

Tints of Galliano #DBA726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.39%

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

R = 51.65%
G = 39.39%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBA726 (or 0xDBA726) is known color: Galliano. HEX triplet: DB, A7 and 26. RGB value is (219,167,38). Sum of RGB (Red+Green+Blue) = 219+167+38=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA726 is #2458D9. Grayscale: #A8A8A8. Windows color (decimal): -2382042 or 2533339. OLE color: 2533339.

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

Color convert

RGB 219 167 38 -
CMYK 0 0.24 0.83 0.14
HSL 42.76º 0.72% 0.5% -
HSV(B) 42.76º 0.83% 0.86% -
XYZ 43.38 42.84 7.82 -
YUV 167.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 219 167 38 0 0.24 0.83 0.14 42.76 0.72 0.5
Hex DB A7 26 0 18 53 E 2B 48 32
Octal 333 247 46 0 30 123 16 53 110 62
Binary 11011011 10100111 100110 0 11000 1010011 1110 101011 1001000 110010

Color Harmonies of #DBA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA726

Black with #DBA726

Text Example


Text Example

White with #DBA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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