Html Css Color HEX #DC9128 Buttercup

📋 copy color: '#DC9128'

red 220 ◦ green 145 ◦ blue 40

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

Shades of Buttercup #DC9128

Tints of Buttercup #DC9128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 54.32%
G = 35.8%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9128 (or 0xDC9128) is known color: Buttercup. HEX triplet: DC, 91 and 28. RGB value is (220,145,40). Sum of RGB (Red+Green+Blue) = 220+145+40=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9128 is #236ED7. Grayscale: #9B9B9B. Windows color (decimal): -2322136 or 2658780. OLE color: 2658780.

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

Color convert

RGB 220 145 40 -
CMYK 0 0.34 0.82 0.14
HSL 35º 0.72% 0.51% -
HSV(B) 35º 0.82% 0.86% -
XYZ 40.02 35.62 6.77 -
YUV 155.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 220 145 40 0 0.34 0.82 0.14 35 0.72 0.51
Hex DC 91 28 0 22 52 E 23 48 33
Octal 334 221 50 0 42 122 16 43 110 63
Binary 11011100 10010001 101000 0 100010 1010010 1110 100011 1001000 110011

Color Harmonies of #DC9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9128

Black with #DC9128

Text Example


Text Example

White with #DC9128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9128; }

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

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

background-color css

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

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

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

border-color css

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

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

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