Html Css Color HEX #DC9228 Buttercup

📋 copy color: '#DC9228'

red 220 ◦ green 146 ◦ blue 40

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

Shades of Buttercup #DC9228

Tints of Buttercup #DC9228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 54.19%
G = 35.96%
B = 9.85%

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

#DC9228 (or 0xDC9228) is known color: Buttercup. HEX triplet: DC, 92 and 28. RGB value is (220,146,40). Sum of RGB (Red+Green+Blue) = 220+146+40=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9228 is #236DD7. Grayscale: #9C9C9C. Windows color (decimal): -2321880 or 2659036. OLE color: 2659036.

HSL color Cylindrical-coordinate representation of color #DC9228: hue angle of 35.33º 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 #DC9228 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 40 -
CMYK 0 0.34 0.82 0.14
HSL 35.33º 0.72% 0.51% -
HSV(B) 35.33º 0.82% 0.86% -
XYZ 40.18 35.93 6.82 -
YUV 156.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 220 146 40 0 0.34 0.82 0.14 35.33 0.72 0.51
Hex DC 92 28 0 22 52 E 23 48 33
Octal 334 222 50 0 42 122 16 43 110 63
Binary 11011100 10010010 101000 0 100010 1010010 1110 100011 1001000 110011

Color Harmonies of #DC9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9228

Black with #DC9228

Text Example


Text Example

White with #DC9228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9228; }

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

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

background-color css

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

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

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

border-color css

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

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

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