Html Css Color HEX #DCB016 Galliano

📋 copy color: '#DCB016'

red 220 ◦ green 176 ◦ blue 22

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

Shades of Galliano #DCB016

Tints of Galliano #DCB016

RGB

 RED value IS 220 (86.33% from 255) = 52.63%

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

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB016 (or 0xDCB016) is known color: Galliano. HEX triplet: DC, B0 and 16. RGB value is (220,176,22). Sum of RGB (Red+Green+Blue) = 220+176+22=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB016 is #234FE9. Grayscale: #ACACAC. Windows color (decimal): -2314218 or 1487068. OLE color: 1487068.

HSL color Cylindrical-coordinate representation of color #DCB016: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB016 is Cyan = 0, Magento = 0.2, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 22 -
CMYK 0 0.2 0.9 0.14
HSL 46.67º 0.82% 0.47% -
HSV(B) 46.67º 0.9% 0.86% -
XYZ 45.19 46.32 7.32 -
YUV 171.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 220 176 22 0 0.2 0.9 0.14 46.67 0.82 0.47
Hex DC B0 16 0 14 5A E 2F 52 2F
Octal 334 260 26 0 24 132 16 57 122 57
Binary 11011100 10110000 10110 0 10100 1011010 1110 101111 1010010 101111

Color Harmonies of #DCB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB016

Black with #DCB016

Text Example


Text Example

White with #DCB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB016; }

 p { color: rgb(220,176,22); }

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

background-color css

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

 a { background-color: rgb(220,176,22); }

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

border-color css

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

 span { border-color: rgb(220,176,22); }

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