Html Css Color HEX #DBB01C Galliano

📋 copy color: '#DBB01C'

red 219 ◦ green 176 ◦ blue 28

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

Shades of Galliano #DBB01C

Tints of Galliano #DBB01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 51.77%
G = 41.61%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBB01C (or 0xDBB01C) is known color: Galliano. HEX triplet: DB, B0 and 1C. RGB value is (219,176,28). Sum of RGB (Red+Green+Blue) = 219+176+28=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB01C is #244FE3. Grayscale: #ACACAC. Windows color (decimal): -2379748 or 1880283. OLE color: 1880283.

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

Color convert

RGB 219 176 28 -
CMYK 0 0.20 0.87 0.14
HSL 46.49º 0.77% 0.48% -
HSV(B) 46.49º 0.87% 0.86% -
XYZ 44.95 46.19 7.65 -
YUV 171.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 219 176 28 0 0.20 0.87 0.14 46.49 0.77 0.48
Hex DB B0 1C 0 14 57 E 2E 4D 30
Octal 333 260 34 0 24 127 16 56 115 60
Binary 11011011 10110000 11100 0 10100 1010111 1110 101110 1001101 110000

Color Harmonies of #DBB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB01C

Black with #DBB01C

Text Example


Text Example

White with #DBB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB01C; }

 p { color: rgb(219,176,28); }

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

background-color css

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

 a { background-color: rgb(219,176,28); }

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

border-color css

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

 span { border-color: rgb(219,176,28); }

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