Html Css Color HEX #DBA728 Galliano

📋 copy color: '#DBA728'

red 219 ◦ green 167 ◦ blue 40

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

Shades of Galliano #DBA728

Tints of Galliano #DBA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 51.41%
G = 39.2%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBA728 (or 0xDBA728) is known color: Galliano. HEX triplet: DB, A7 and 28. RGB value is (219,167,40). Sum of RGB (Red+Green+Blue) = 219+167+40=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA728 is #2458D7. Grayscale: #A8A8A8. Windows color (decimal): -2382040 or 2664411. OLE color: 2664411.

HSL color Cylindrical-coordinate representation of color #DBA728: hue angle of 42.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBA728 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 40 -
CMYK 0 0.24 0.82 0.14
HSL 42.57º 0.71% 0.51% -
HSV(B) 42.57º 0.82% 0.86% -
XYZ 43.42 42.85 7.99 -
YUV 168.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 219 167 40 0 0.24 0.82 0.14 42.57 0.71 0.51
Hex DB A7 28 0 18 52 E 2B 47 33
Octal 333 247 50 0 30 122 16 53 107 63
Binary 11011011 10100111 101000 0 11000 1010010 1110 101011 1000111 110011

Color Harmonies of #DBA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA728

Black with #DBA728

Text Example


Text Example

White with #DBA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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