#DD9535

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

Shades of Buttercup #DD9535

Tints of Buttercup #DD9535

Color information

#DD9535 (or 0xDD9535) is unknown color: approx Buttercup. HEX triplet: DD, 95 and 35. RGB value is (221,149,53). Sum of RGB (Red+Green+Blue) = 221+149+53=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9535 is #226ACA. Grayscale: #A0A0A0. Windows color (decimal): -2255563 or 3511773. OLE color: 3511773.

HSL color Cylindrical-coordinate representation of color #DD9535: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9535 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22114953-
CMYK00.330.760.13
HSL34.29º71.19%53.73%-
HSV(B)34.29º76.02%86.67%-
XYZ41.2137.128.36-
YUV159.5867.85171.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=52.25%
G=35.22%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211495300.330.760.1334.2971.1953.73
HexDD95350214CD224736
Octal33522565041114154210766
Binary11011101100101011101010100001100110011011000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9535; }

 p { color: rgb(221,149,53); }

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

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

 a { background-color: rgb(221,149,53); }

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

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

 span { border-color: rgb(221,149,53); }

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