Html Css Color HEX #DBAE14 Galliano

📋 copy color: '#DBAE14'

red 219 ◦ green 174 ◦ blue 20

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

Shades of Galliano #DBAE14

Tints of Galliano #DBAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 53.03%
G = 42.13%
B = 4.84%

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

#DBAE14 (or 0xDBAE14) is known color: Galliano. HEX triplet: DB, AE and 14. RGB value is (219,174,20). Sum of RGB (Red+Green+Blue) = 219+174+20=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE14 is #2451EB. Grayscale: #AAAAAA. Windows color (decimal): -2380268 or 1355483. OLE color: 1355483.

HSL color Cylindrical-coordinate representation of color #DBAE14: hue angle of 46.43º degrees, saturation: 0.83, 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 #DBAE14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 20 -
CMYK 0 0.21 0.91 0.14
HSL 46.43º 0.83% 0.47% -
HSV(B) 46.43º 0.91% 0.86% -
XYZ 44.48 45.38 7.08 -
YUV 169.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 219 174 20 0 0.21 0.91 0.14 46.43 0.83 0.47
Hex DB AE 14 0 15 5B E 2E 53 2F
Octal 333 256 24 0 25 133 16 56 123 57
Binary 11011011 10101110 10100 0 10101 1011011 1110 101110 1010011 101111

Color Harmonies of #DBAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE14

Black with #DBAE14

Text Example


Text Example

White with #DBAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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