#DC961B

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

Shades of Buttercup #DC961B

Tints of Buttercup #DC961B

Color information

#DC961B (or 0xDC961B) is unknown color: approx Buttercup. HEX triplet: DC, 96 and 1B. RGB value is (220,150,27). Sum of RGB (Red+Green+Blue) = 220+150+27=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961B is #2369E4. Grayscale: #9D9D9D. Windows color (decimal): -2320869 or 1808092. OLE color: 1808092.

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

Color convert

RGB22015027-
CMYK00.320.880.14
HSL38.24º78.14%48.43%-
HSV(B)38.24º87.73%86.27%-
XYZ40.6237.116.06-
YUV156.9154.69173-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 27 (10.94% from 255) = 6.80%
R=55.42%
G=37.78%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201502700.320.880.1438.2478.1448.43
HexDC961B02058E264e30
Octal33422633040130164611660
Binary1101110010010110110110100000101100011101001101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC961B; }

 p { color: rgb(220,150,27); }

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

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

 a { background-color: rgb(220,150,27); }

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

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

 span { border-color: rgb(220,150,27); }

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