Html Css Color HEX #DBAC1B Galliano

📋 copy color: '#DBAC1B'

red 219 ◦ green 172 ◦ blue 27

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

Shades of Galliano #DBAC1B

Tints of Galliano #DBAC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 52.39%
G = 41.15%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBAC1B (or 0xDBAC1B) is known color: Galliano. HEX triplet: DB, AC and 1B. RGB value is (219,172,27). Sum of RGB (Red+Green+Blue) = 219+172+27=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC1B is #2453E4. Grayscale: #AAAAAA. Windows color (decimal): -2380773 or 1813723. OLE color: 1813723.

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

Color convert

RGB 219 172 27 -
CMYK 0 0.21 0.88 0.14
HSL 45.31º 0.78% 0.48% -
HSV(B) 45.31º 0.88% 0.86% -
XYZ 44.16 44.64 7.33 -
YUV 169.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 219 172 27 0 0.21 0.88 0.14 45.31 0.78 0.48
Hex DB AC 1B 0 15 58 E 2D 4E 30
Octal 333 254 33 0 25 130 16 55 116 60
Binary 11011011 10101100 11011 0 10101 1011000 1110 101101 1001110 110000

Color Harmonies of #DBAC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC1B

Black with #DBAC1B

Text Example


Text Example

White with #DBAC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC1B; }

 p { color: rgb(219,172,27); }

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

background-color css

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

 a { background-color: rgb(219,172,27); }

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

border-color css

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

 span { border-color: rgb(219,172,27); }

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