Html Css Color HEX #DBA91D Galliano

📋 copy color: '#DBA91D'

red 219 ◦ green 169 ◦ blue 29

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

Shades of Galliano #DBA91D

Tints of Galliano #DBA91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 52.52%
G = 40.53%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA91D (or 0xDBA91D) is known color: Galliano. HEX triplet: DB, A9 and 1D. RGB value is (219,169,29). Sum of RGB (Red+Green+Blue) = 219+169+29=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91D is #2456E2. Grayscale: #A8A8A8. Windows color (decimal): -2381539 or 1944027. OLE color: 1944027.

HSL color Cylindrical-coordinate representation of color #DBA91D: hue angle of 44.21º 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 #DBA91D is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 29 -
CMYK 0 0.23 0.87 0.14
HSL 44.21º 0.77% 0.49% -
HSV(B) 44.21º 0.87% 0.86% -
XYZ 43.62 43.52 7.26 -
YUV 167.99 49.57 164.38 -
System Red Green Blue C M Y K H S L
Decimal 219 169 29 0 0.23 0.87 0.14 44.21 0.77 0.49
Hex DB A9 1D 0 17 57 E 2C 4D 31
Octal 333 251 35 0 27 127 16 54 115 61
Binary 11011011 10101001 11101 0 10111 1010111 1110 101100 1001101 110001

Color Harmonies of #DBA91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA91D

Black with #DBA91D

Text Example


Text Example

White with #DBA91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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