Html Css Color HEX #DBAE12 Galliano

📋 copy color: '#DBAE12'

red 219 ◦ green 174 ◦ blue 18

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

Shades of Galliano #DBAE12

Tints of Galliano #DBAE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 53.28%
G = 42.34%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBAE12 (or 0xDBAE12) is known color: Galliano. HEX triplet: DB, AE and 12. RGB value is (219,174,18). Sum of RGB (Red+Green+Blue) = 219+174+18=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE12 is #2451ED. Grayscale: #AAAAAA. Windows color (decimal): -2380270 or 1224411. OLE color: 1224411.

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

Color convert

RGB 219 174 18 -
CMYK 0 0.21 0.92 0.14
HSL 46.57º 0.85% 0.46% -
HSV(B) 46.57º 0.92% 0.86% -
XYZ 44.46 45.38 6.99 -
YUV 169.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 219 174 18 0 0.21 0.92 0.14 46.57 0.85 0.46
Hex DB AE 12 0 15 5C E 2F 55 2E
Octal 333 256 22 0 25 134 16 57 125 56
Binary 11011011 10101110 10010 0 10101 1011100 1110 101111 1010101 101110

Color Harmonies of #DBAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE12

Black with #DBAE12

Text Example


Text Example

White with #DBAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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