Html Css Color HEX #DCB118 Galliano

📋 copy color: '#DCB118'

red 220 ◦ green 177 ◦ blue 24

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

Shades of Galliano #DCB118

Tints of Galliano #DCB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 52.26%
G = 42.04%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCB118 (or 0xDCB118) is known color: Galliano. HEX triplet: DC, B1 and 18. RGB value is (220,177,24). Sum of RGB (Red+Green+Blue) = 220+177+24=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB118 is #234EE7. Grayscale: #ADADAD. Windows color (decimal): -2313960 or 1618396. OLE color: 1618396.

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

Color convert

RGB 220 177 24 -
CMYK 0 0.20 0.89 0.14
HSL 46.84º 0.8% 0.48% -
HSV(B) 46.84º 0.89% 0.86% -
XYZ 45.4 46.73 7.49 -
YUV 172.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 220 177 24 0 0.20 0.89 0.14 46.84 0.8 0.48
Hex DC B1 18 0 14 59 E 2F 50 30
Octal 334 261 30 0 24 131 16 57 120 60
Binary 11011100 10110001 11000 0 10100 1011001 1110 101111 1010000 110000

Color Harmonies of #DCB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB118

Black with #DCB118

Text Example


Text Example

White with #DCB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB118; }

 p { color: rgb(220,177,24); }

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

background-color css

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

 a { background-color: rgb(220,177,24); }

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

border-color css

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

 span { border-color: rgb(220,177,24); }

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