Html Css Color HEX #DC9E23 Galliano

📋 copy color: '#DC9E23'

red 220 ◦ green 158 ◦ blue 35

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

Shades of Galliano #DC9E23

Tints of Galliano #DC9E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.47%

R = 53.27%
G = 38.26%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC9E23 (or 0xDC9E23) is known color: Galliano. HEX triplet: DC, 9E and 23. RGB value is (220,158,35). Sum of RGB (Red+Green+Blue) = 220+158+35=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E23 is #2361DC. Grayscale: #A3A3A3. Windows color (decimal): -2318813 or 2334428. OLE color: 2334428.

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

Color convert

RGB 220 158 35 -
CMYK 0 0.28 0.84 0.14
HSL 39.89º 0.73% 0.5% -
HSV(B) 39.89º 0.84% 0.86% -
XYZ 42.05 39.79 7.05 -
YUV 162.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 220 158 35 0 0.28 0.84 0.14 39.89 0.73 0.5
Hex DC 9E 23 0 1C 54 E 28 49 32
Octal 334 236 43 0 34 124 16 50 111 62
Binary 11011100 10011110 100011 0 11100 1010100 1110 101000 1001001 110010

Color Harmonies of #DC9E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E23

Black with #DC9E23

Text Example


Text Example

White with #DC9E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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