Html Css Color HEX #DC9E1A Galliano

📋 copy color: '#DC9E1A'

red 220 ◦ green 158 ◦ blue 26

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

Shades of Galliano #DC9E1A

Tints of Galliano #DC9E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 54.46%
G = 39.11%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC9E1A (or 0xDC9E1A) is known color: Galliano. HEX triplet: DC, 9E and 1A. RGB value is (220,158,26). Sum of RGB (Red+Green+Blue) = 220+158+26=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E1A is #2361E5. Grayscale: #A2A2A2. Windows color (decimal): -2318822 or 1744604. OLE color: 1744604.

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

Color convert

RGB 220 158 26 -
CMYK 0 0.28 0.88 0.14
HSL 40.82º 0.79% 0.48% -
HSV(B) 40.82º 0.88% 0.86% -
XYZ 41.93 39.74 6.44 -
YUV 161.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 220 158 26 0 0.28 0.88 0.14 40.82 0.79 0.48
Hex DC 9E 1A 0 1C 58 E 29 4F 30
Octal 334 236 32 0 34 130 16 51 117 60
Binary 11011100 10011110 11010 0 11100 1011000 1110 101001 1001111 110000

Color Harmonies of #DC9E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E1A

Black with #DC9E1A

Text Example


Text Example

White with #DC9E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E1A; }

 p { color: rgb(220,158,26); }

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

background-color css

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

 a { background-color: rgb(220,158,26); }

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

border-color css

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

 span { border-color: rgb(220,158,26); }

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