#DD9830

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

Shades of Buttercup #DD9830

Tints of Buttercup #DD9830

Color information

#DD9830 (or 0xDD9830) is unknown color: approx Buttercup. HEX triplet: DD, 98 and 30. RGB value is (221,152,48). Sum of RGB (Red+Green+Blue) = 221+152+48=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9830 is #2267CF. Grayscale: #A1A1A1. Windows color (decimal): -2254800 or 3184861. OLE color: 3184861.

HSL color Cylindrical-coordinate representation of color #DD9830: hue angle of 36.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD9830 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22115248-
CMYK00.310.780.13
HSL36.07º71.78%52.75%-
HSV(B)36.07º78.28%86.67%-
XYZ41.5838.047.95-
YUV160.7864.36170.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 48 (19.14% from 255) = 11.40%
R=52.49%
G=36.10%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211524800.310.780.1336.0771.7852.75
HexDD983001F4ED244835
Octal33523060037116154411065
Binary1101110110011000110000011111100111011011001001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9830; }

 p { color: rgb(221,152,48); }

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

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

 a { background-color: rgb(221,152,48); }

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

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

 span { border-color: rgb(221,152,48); }

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