Html Css Color HEX #DC9F1C Galliano

📋 copy color: '#DC9F1C'

red 220 ◦ green 159 ◦ blue 28

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

Shades of Galliano #DC9F1C

Tints of Galliano #DC9F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 54.05%
G = 39.07%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC9F1C (or 0xDC9F1C) is known color: Galliano. HEX triplet: DC, 9F and 1C. RGB value is (220,159,28). Sum of RGB (Red+Green+Blue) = 220+159+28=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F1C is #2360E3. Grayscale: #A2A2A2. Windows color (decimal): -2318564 or 1875932. OLE color: 1875932.

HSL color Cylindrical-coordinate representation of color #DC9F1C: hue angle of 40.94º 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 #DC9F1C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 28 -
CMYK 0 0.28 0.87 0.14
HSL 40.94º 0.77% 0.49% -
HSV(B) 40.94º 0.87% 0.86% -
XYZ 42.12 40.1 6.62 -
YUV 162.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 220 159 28 0 0.28 0.87 0.14 40.94 0.77 0.49
Hex DC 9F 1C 0 1C 57 E 29 4D 31
Octal 334 237 34 0 34 127 16 51 115 61
Binary 11011100 10011111 11100 0 11100 1010111 1110 101001 1001101 110001

Color Harmonies of #DC9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F1C

Black with #DC9F1C

Text Example


Text Example

White with #DC9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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