Html Css Color HEX #DBAE13 Galliano

📋 copy color: '#DBAE13'

red 219 ◦ green 174 ◦ blue 19

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

Shades of Galliano #DBAE13

Tints of Galliano #DBAE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 53.16%
G = 42.23%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBAE13 (or 0xDBAE13) is known color: Galliano. HEX triplet: DB, AE and 13. RGB value is (219,174,19). Sum of RGB (Red+Green+Blue) = 219+174+19=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE13 is #2451EC. Grayscale: #AAAAAA. Windows color (decimal): -2380269 or 1289947. OLE color: 1289947.

HSL color Cylindrical-coordinate representation of color #DBAE13: hue angle of 46.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAE13 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 19 -
CMYK 0 0.21 0.91 0.14
HSL 46.5º 0.84% 0.47% -
HSV(B) 46.5º 0.91% 0.86% -
XYZ 44.47 45.38 7.03 -
YUV 169.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 219 174 19 0 0.21 0.91 0.14 46.5 0.84 0.47
Hex DB AE 13 0 15 5B E 2E 54 2F
Octal 333 256 23 0 25 133 16 56 124 57
Binary 11011011 10101110 10011 0 10101 1011011 1110 101110 1010100 101111

Color Harmonies of #DBAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE13

Black with #DBAE13

Text Example


Text Example

White with #DBAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE13; }

 p { color: rgb(219,174,19); }

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

background-color css

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

 a { background-color: rgb(219,174,19); }

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

border-color css

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

 span { border-color: rgb(219,174,19); }

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