Html Css Color HEX #DD8521 Buttercup

📋 copy color: '#DD8521'

red 221 ◦ green 133 ◦ blue 33

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

Shades of Buttercup #DD8521

Tints of Buttercup #DD8521

RGB

 RED value IS 221 (86.72% from 255) = 57.11%

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 33 (13.28% from 255) = 8.53%

R = 57.11%
G = 34.37%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8521 (or 0xDD8521) is known color: Buttercup. HEX triplet: DD, 85 and 21. RGB value is (221,133,33). Sum of RGB (Red+Green+Blue) = 221+133+33=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8521 is #227ADE. Grayscale: #949494. Windows color (decimal): -2259679 or 2196957. OLE color: 2196957.

HSL color Cylindrical-coordinate representation of color #DD8521: hue angle of 31.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8521 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 33 -
CMYK 0 0.40 0.85 0.13
HSL 31.91º 0.74% 0.5% -
HSV(B) 31.91º 0.85% 0.87% -
XYZ 38.48 32.26 5.64 -
YUV 147.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 221 133 33 0 0.40 0.85 0.13 31.91 0.74 0.5
Hex DD 85 21 0 28 55 D 20 4A 32
Octal 335 205 41 0 50 125 15 40 112 62
Binary 11011101 10000101 100001 0 101000 1010101 1101 100000 1001010 110010

Color Harmonies of #DD8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8521

Black with #DD8521

Text Example


Text Example

White with #DD8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8521; }

 p { color: rgb(221,133,33); }

 H1.HeaderClassName
 {
   color: #DD8521;
 }
 .AnyTagClassName
 {
   color: #DD8521;
 }
</style>

background-color css

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

 a { background-color: rgb(221,133,33); }

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

border-color css

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

 span { border-color: rgb(221,133,33); }

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