Html Css Color HEX #DCB017 Galliano

📋 copy color: '#DCB017'

red 220 ◦ green 176 ◦ blue 23

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

Shades of Galliano #DCB017

Tints of Galliano #DCB017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.49%

R = 52.51%
G = 42%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB017 (or 0xDCB017) is known color: Galliano. HEX triplet: DC, B0 and 17. RGB value is (220,176,23). Sum of RGB (Red+Green+Blue) = 220+176+23=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB017 is #234FE8. Grayscale: #ACACAC. Windows color (decimal): -2314217 or 1552604. OLE color: 1552604.

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

Color convert

RGB 220 176 23 -
CMYK 0 0.2 0.90 0.14
HSL 46.6º 0.81% 0.48% -
HSV(B) 46.6º 0.9% 0.86% -
XYZ 45.2 46.33 7.37 -
YUV 171.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 220 176 23 0 0.2 0.90 0.14 46.6 0.81 0.48
Hex DC B0 17 0 14 5A E 2F 51 30
Octal 334 260 27 0 24 132 16 57 121 60
Binary 11011100 10110000 10111 0 10100 1011010 1110 101111 1010001 110000

Color Harmonies of #DCB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB017

Black with #DCB017

Text Example


Text Example

White with #DCB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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