Html Css Color HEX #DBAD0F Galliano

📋 copy color: '#DBAD0F'

red 219 ◦ green 173 ◦ blue 15

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

Shades of Galliano #DBAD0F

Tints of Galliano #DBAD0F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 53.81%
G = 42.51%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBAD0F (or 0xDBAD0F) is known color: Galliano. HEX triplet: DB, AD and 0F. RGB value is (219,173,15). Sum of RGB (Red+Green+Blue) = 219+173+15=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD0F is #2452F0. Grayscale: #A9A9A9. Windows color (decimal): -2380529 or 1027547. OLE color: 1027547.

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

Color convert

RGB 219 173 15 -
CMYK 0 0.21 0.93 0.14
HSL 46.47º 0.87% 0.46% -
HSV(B) 46.47º 0.93% 0.86% -
XYZ 44.24 44.98 6.8 -
YUV 168.74 41.24 163.85 -
System Red Green Blue C M Y K H S L
Decimal 219 173 15 0 0.21 0.93 0.14 46.47 0.87 0.46
Hex DB AD F 0 15 5D E 2E 57 2E
Octal 333 255 17 0 25 135 16 56 127 56
Binary 11011011 10101101 1111 0 10101 1011101 1110 101110 1010111 101110

Color Harmonies of #DBAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD0F

Black with #DBAD0F

Text Example


Text Example

White with #DBAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD0F; }

 p { color: rgb(219,173,15); }

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

background-color css

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

 a { background-color: rgb(219,173,15); }

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

border-color css

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

 span { border-color: rgb(219,173,15); }

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