Html Css Color HEX #DBAB29 Galliano

📋 copy color: '#DBAB29'

red 219 ◦ green 171 ◦ blue 41

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

Shades of Galliano #DBAB29

Tints of Galliano #DBAB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

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

R = 50.81%
G = 39.68%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBAB29 (or 0xDBAB29) is known color: Galliano. HEX triplet: DB, AB and 29. RGB value is (219,171,41). Sum of RGB (Red+Green+Blue) = 219+171+41=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB29 is #2454D6. Grayscale: #ABABAB. Windows color (decimal): -2381015 or 2730971. OLE color: 2730971.

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

Color convert

RGB 219 171 41 -
CMYK 0 0.22 0.81 0.14
HSL 43.82º 0.71% 0.51% -
HSV(B) 43.82º 0.81% 0.86% -
XYZ 44.18 44.35 8.33 -
YUV 170.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 219 171 41 0 0.22 0.81 0.14 43.82 0.71 0.51
Hex DB AB 29 0 16 51 E 2C 47 33
Octal 333 253 51 0 26 121 16 54 107 63
Binary 11011011 10101011 101001 0 10110 1010001 1110 101100 1000111 110011

Color Harmonies of #DBAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB29

Black with #DBAB29

Text Example


Text Example

White with #DBAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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