#DC922B

Color #DC922B Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DC922B

Tints of Buttercup #DC922B

Color information

#DC922B (or 0xDC922B) is unknown color: approx Buttercup. HEX triplet: DC, 92 and 2B. RGB value is (220,146,43). Sum of RGB (Red+Green+Blue) = 220+146+43=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC922B is #236DD4. Grayscale: #9C9C9C. Windows color (decimal): -2321877 or 2855644. OLE color: 2855644.

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

Color convert

RGB22014643-
CMYK00.340.800.14
HSL34.92º71.66%51.57%-
HSV(B)34.92º80.45%86.27%-
XYZ40.2335.957.1-
YUV156.3864.02173.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 43 (17.19% from 255) = 10.51%
R=53.79%
G=35.70%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201464300.340.800.1434.9271.6651.57
HexDC922B02250E234834
Octal33422253042120164311064
Binary11011100100100101010110100010101000011101000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC922B; }

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

 H1.HeaderClassName
 {
   color: #DC922B;
 }
 .AnyTagClassName
 {
   color: #DC922B;
 }
</style>
background-color css

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

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

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

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

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

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