Html Css Color HEX #DD9535 Buttercup

📋 copy color: '#DD9535'

red 221 ◦ green 149 ◦ blue 53

#DD9535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #DD9535

Tints of Buttercup #DD9535

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 value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9535 (or 0xDD9535) is known color: 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

RGB 221 149 53 -
CMYK 0 0.33 0.76 0.13
HSL 34.29º 0.71% 0.54% -
HSV(B) 34.29º 0.76% 0.87% -
XYZ 41.21 37.12 8.36 -
YUV 159.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 221 149 53 0 0.33 0.76 0.13 34.29 0.71 0.54
Hex DD 95 35 0 21 4C D 22 47 36
Octal 335 225 65 0 41 114 15 42 107 66
Binary 11011101 10010101 110101 0 100001 1001100 1101 100010 1000111 110110

Color Harmonies of #DD9535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9535

Black with #DD9535

Text Example


Text Example

White with #DD9535

Text Example


Text Example

HTML Codes & Css Web 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>