#DD931F

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

Shades of Buttercup #DD931F

Tints of Buttercup #DD931F

Color information

#DD931F (or 0xDD931F) is unknown color: approx Buttercup. HEX triplet: DD, 93 and 1F. RGB value is (221,147,31). Sum of RGB (Red+Green+Blue) = 221+147+31=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931F is #226CE0. Grayscale: #9C9C9C. Windows color (decimal): -2256097 or 2069469. OLE color: 2069469.

HSL color Cylindrical-coordinate representation of color #DD931F: hue angle of 36.63º 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 #DD931F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22114731-
CMYK00.330.860.13
HSL36.63º75.4%49.41%-
HSV(B)36.63º85.97%86.67%-
XYZ40.536.346.18-
YUV155.957.52174.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 31 (12.5% from 255) = 7.77%
R=55.39%
G=36.84%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211473100.330.860.1336.6375.449.41
HexDD931F02156D254b31
Octal33522337041126154511361
Binary1101110110010011111110100001101011011011001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD931F; }

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

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

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

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

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

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

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

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