#DD961F

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

Shades of Buttercup #DD961F

Tints of Buttercup #DD961F

Color information

#DD961F (or 0xDD961F) is unknown color: approx Buttercup. HEX triplet: DD, 96 and 1F. RGB value is (221,150,31). Sum of RGB (Red+Green+Blue) = 221+150+31=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961F is #2269E0. Grayscale: #9E9E9E. Windows color (decimal): -2255329 or 2070237. OLE color: 2070237.

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

Color convert

RGB22115031-
CMYK00.320.860.13
HSL37.58º75.4%49.41%-
HSV(B)37.58º85.97%86.67%-
XYZ40.9737.286.33-
YUV157.6656.52173.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=54.98%
G=37.31%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211503100.320.860.1337.5875.449.41
HexDD961F02056D264b31
Octal33522637040126154611361
Binary1101110110010110111110100000101011011011001101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD961F; }

 p { color: rgb(221,150,31); }

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

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

 a { background-color: rgb(221,150,31); }

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

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

 span { border-color: rgb(221,150,31); }

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