Html Css Color HEX #DBAE16 Galliano

📋 copy color: '#DBAE16'

red 219 ◦ green 174 ◦ blue 22

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

Shades of Galliano #DBAE16

Tints of Galliano #DBAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 52.77%
G = 41.93%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBAE16 (or 0xDBAE16) is known color: Galliano. HEX triplet: DB, AE and 16. RGB value is (219,174,22). Sum of RGB (Red+Green+Blue) = 219+174+22=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE16 is #2451E9. Grayscale: #AAAAAA. Windows color (decimal): -2380266 or 1486555. OLE color: 1486555.

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

Color convert

RGB 219 174 22 -
CMYK 0 0.21 0.90 0.14
HSL 46.29º 0.82% 0.47% -
HSV(B) 46.29º 0.9% 0.86% -
XYZ 44.49 45.39 7.18 -
YUV 170.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 219 174 22 0 0.21 0.90 0.14 46.29 0.82 0.47
Hex DB AE 16 0 15 5A E 2E 52 2F
Octal 333 256 26 0 25 132 16 56 122 57
Binary 11011011 10101110 10110 0 10101 1011010 1110 101110 1010010 101111

Color Harmonies of #DBAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE16

Black with #DBAE16

Text Example


Text Example

White with #DBAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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