Html Css Color HEX #DBA626 Galliano

📋 copy color: '#DBA626'

red 219 ◦ green 166 ◦ blue 38

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

Shades of Galliano #DBA626

Tints of Galliano #DBA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 51.77%
G = 39.24%
B = 8.98%

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

#DBA626 (or 0xDBA626) is known color: Galliano. HEX triplet: DB, A6 and 26. RGB value is (219,166,38). Sum of RGB (Red+Green+Blue) = 219+166+38=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA626 is #2459D9. Grayscale: #A7A7A7. Windows color (decimal): -2382298 or 2533083. OLE color: 2533083.

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

Color convert

RGB 219 166 38 -
CMYK 0 0.24 0.83 0.14
HSL 42.43º 0.72% 0.5% -
HSV(B) 42.43º 0.83% 0.86% -
XYZ 43.2 42.47 7.75 -
YUV 167.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 219 166 38 0 0.24 0.83 0.14 42.43 0.72 0.5
Hex DB A6 26 0 18 53 E 2A 48 32
Octal 333 246 46 0 30 123 16 52 110 62
Binary 11011011 10100110 100110 0 11000 1010011 1110 101010 1001000 110010

Color Harmonies of #DBA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA626

Black with #DBA626

Text Example


Text Example

White with #DBA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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