Html Css Color HEX #DBA02B Galliano

📋 copy color: '#DBA02B'

red 219 ◦ green 160 ◦ blue 43

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

Shades of Galliano #DBA02B

Tints of Galliano #DBA02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 51.9%
G = 37.91%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA02B (or 0xDBA02B) is known color: Galliano. HEX triplet: DB, A0 and 2B. RGB value is (219,160,43). Sum of RGB (Red+Green+Blue) = 219+160+43=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02B is #245FD4. Grayscale: #A4A4A4. Windows color (decimal): -2383829 or 2859227. OLE color: 2859227.

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

Color convert

RGB 219 160 43 -
CMYK 0 0.27 0.80 0.14
HSL 39.89º 0.71% 0.51% -
HSV(B) 39.89º 0.8% 0.86% -
XYZ 42.22 40.38 7.85 -
YUV 164.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 219 160 43 0 0.27 0.80 0.14 39.89 0.71 0.51
Hex DB A0 2B 0 1B 50 E 28 47 33
Octal 333 240 53 0 33 120 16 50 107 63
Binary 11011011 10100000 101011 0 11011 1010000 1110 101000 1000111 110011

Color Harmonies of #DBA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA02B

Black with #DBA02B

Text Example


Text Example

White with #DBA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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