Html Css Color HEX #DC9119 Buttercup

📋 copy color: '#DC9119'

red 220 ◦ green 145 ◦ blue 25

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

Shades of Buttercup #DC9119

Tints of Buttercup #DC9119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 56.41%
G = 37.18%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC9119 (or 0xDC9119) is known color: Buttercup. HEX triplet: DC, 91 and 19. RGB value is (220,145,25). Sum of RGB (Red+Green+Blue) = 220+145+25=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9119 is #236EE6. Grayscale: #9A9A9A. Windows color (decimal): -2322151 or 1675740. OLE color: 1675740.

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

Color convert

RGB 220 145 25 -
CMYK 0 0.34 0.89 0.14
HSL 36.92º 0.8% 0.48% -
HSV(B) 36.92º 0.89% 0.86% -
XYZ 39.82 35.54 5.68 -
YUV 153.75 55.35 175.26 -
System Red Green Blue C M Y K H S L
Decimal 220 145 25 0 0.34 0.89 0.14 36.92 0.8 0.48
Hex DC 91 19 0 22 59 E 25 50 30
Octal 334 221 31 0 42 131 16 45 120 60
Binary 11011100 10010001 11001 0 100010 1011001 1110 100101 1010000 110000

Color Harmonies of #DC9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9119

Black with #DC9119

Text Example


Text Example

White with #DC9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9119; }

 p { color: rgb(220,145,25); }

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

background-color css

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

 a { background-color: rgb(220,145,25); }

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

border-color css

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

 span { border-color: rgb(220,145,25); }

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