Html Css Color HEX #DBA926 Galliano

📋 copy color: '#DBA926'

red 219 ◦ green 169 ◦ blue 38

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

Shades of Galliano #DBA926

Tints of Galliano #DBA926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 51.41%
G = 39.67%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBA926 (or 0xDBA926) is known color: Galliano. HEX triplet: DB, A9 and 26. RGB value is (219,169,38). Sum of RGB (Red+Green+Blue) = 219+169+38=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA926 is #2456D9. Grayscale: #A9A9A9. Windows color (decimal): -2381530 or 2533851. OLE color: 2533851.

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

Color convert

RGB 219 169 38 -
CMYK 0 0.23 0.83 0.14
HSL 43.43º 0.72% 0.5% -
HSV(B) 43.43º 0.83% 0.86% -
XYZ 43.75 43.58 7.94 -
YUV 169.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 219 169 38 0 0.23 0.83 0.14 43.43 0.72 0.5
Hex DB A9 26 0 17 53 E 2B 48 32
Octal 333 251 46 0 27 123 16 53 110 62
Binary 11011011 10101001 100110 0 10111 1010011 1110 101011 1001000 110010

Color Harmonies of #DBA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA926

Black with #DBA926

Text Example


Text Example

White with #DBA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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