Html Css Color HEX #DCB01C Galliano

📋 copy color: '#DCB01C'

red 220 ◦ green 176 ◦ blue 28

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

Shades of Galliano #DCB01C

Tints of Galliano #DCB01C

RGB

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

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

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

R = 51.89%
G = 41.51%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB01C (or 0xDCB01C) is known color: Galliano. HEX triplet: DC, B0 and 1C. RGB value is (220,176,28). Sum of RGB (Red+Green+Blue) = 220+176+28=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB01C is #234FE3. Grayscale: #ACACAC. Windows color (decimal): -2314212 or 1880284. OLE color: 1880284.

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

Color convert

RGB 220 176 28 -
CMYK 0 0.2 0.87 0.14
HSL 46.25º 0.77% 0.49% -
HSV(B) 46.25º 0.87% 0.86% -
XYZ 45.25 46.35 7.66 -
YUV 172.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 220 176 28 0 0.2 0.87 0.14 46.25 0.77 0.49
Hex DC B0 1C 0 14 57 E 2E 4D 31
Octal 334 260 34 0 24 127 16 56 115 61
Binary 11011100 10110000 11100 0 10100 1010111 1110 101110 1001101 110001

Color Harmonies of #DCB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB01C

Black with #DCB01C

Text Example


Text Example

White with #DCB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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