Html Css Color HEX #DBA029 Galliano

📋 copy color: '#DBA029'

red 219 ◦ green 160 ◦ blue 41

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

Shades of Galliano #DBA029

Tints of Galliano #DBA029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 52.14%
G = 38.1%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA029 (or 0xDBA029) is known color: Galliano. HEX triplet: DB, A0 and 29. RGB value is (219,160,41). Sum of RGB (Red+Green+Blue) = 219+160+41=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA029 is #245FD6. Grayscale: #A4A4A4. Windows color (decimal): -2383831 or 2728155. OLE color: 2728155.

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

Color convert

RGB 219 160 41 -
CMYK 0 0.27 0.81 0.14
HSL 40.11º 0.71% 0.51% -
HSV(B) 40.11º 0.81% 0.86% -
XYZ 42.18 40.36 7.67 -
YUV 164.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 219 160 41 0 0.27 0.81 0.14 40.11 0.71 0.51
Hex DB A0 29 0 1B 51 E 28 47 33
Octal 333 240 51 0 33 121 16 50 107 63
Binary 11011011 10100000 101001 0 11011 1010001 1110 101000 1000111 110011

Color Harmonies of #DBA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA029

Black with #DBA029

Text Example


Text Example

White with #DBA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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