Html Css Color HEX #DBA01D Galliano

📋 copy color: '#DBA01D'

red 219 ◦ green 160 ◦ blue 29

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

Shades of Galliano #DBA01D

Tints of Galliano #DBA01D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 53.68%
G = 39.22%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA01D (or 0xDBA01D) is known color: Galliano. HEX triplet: DB, A0 and 1D. RGB value is (219,160,29). Sum of RGB (Red+Green+Blue) = 219+160+29=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01D is #245FE2. Grayscale: #A3A3A3. Windows color (decimal): -2383843 or 1941723. OLE color: 1941723.

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

Color convert

RGB 219 160 29 -
CMYK 0 0.27 0.87 0.14
HSL 41.37º 0.77% 0.49% -
HSV(B) 41.37º 0.87% 0.86% -
XYZ 42.01 40.29 6.73 -
YUV 162.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 219 160 29 0 0.27 0.87 0.14 41.37 0.77 0.49
Hex DB A0 1D 0 1B 57 E 29 4D 31
Octal 333 240 35 0 33 127 16 51 115 61
Binary 11011011 10100000 11101 0 11011 1010111 1110 101001 1001101 110001

Color Harmonies of #DBA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA01D

Black with #DBA01D

Text Example


Text Example

White with #DBA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA01D; }

 p { color: rgb(219,160,29); }

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

background-color css

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

 a { background-color: rgb(219,160,29); }

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

border-color css

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

 span { border-color: rgb(219,160,29); }

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