Html Css Color HEX #DC9120 Buttercup

📋 copy color: '#DC9120'

red 220 ◦ green 145 ◦ blue 32

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

Shades of Buttercup #DC9120

Tints of Buttercup #DC9120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 55.42%
G = 36.52%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC9120 (or 0xDC9120) is known color: Buttercup. HEX triplet: DC, 91 and 20. RGB value is (220,145,32). Sum of RGB (Red+Green+Blue) = 220+145+32=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9120 is #236EDF. Grayscale: #9B9B9B. Windows color (decimal): -2322144 or 2134492. OLE color: 2134492.

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

Color convert

RGB 220 145 32 -
CMYK 0 0.34 0.85 0.14
HSL 36.06º 0.75% 0.49% -
HSV(B) 36.06º 0.85% 0.86% -
XYZ 39.9 35.57 6.13 -
YUV 154.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 220 145 32 0 0.34 0.85 0.14 36.06 0.75 0.49
Hex DC 91 20 0 22 55 E 24 4B 31
Octal 334 221 40 0 42 125 16 44 113 61
Binary 11011100 10010001 100000 0 100010 1010101 1110 100100 1001011 110001

Color Harmonies of #DC9120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9120

Black with #DC9120

Text Example


Text Example

White with #DC9120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9120; }

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

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

background-color css

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

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

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

border-color css

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

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

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