Html Css Color HEX #DD8821 Buttercup

📋 copy color: '#DD8821'

red 221 ◦ green 136 ◦ blue 33

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

Shades of Buttercup #DD8821

Tints of Buttercup #DD8821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 56.67%
G = 34.87%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8821 (or 0xDD8821) is known color: Buttercup. HEX triplet: DD, 88 and 21. RGB value is (221,136,33). Sum of RGB (Red+Green+Blue) = 221+136+33=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8821 is #2277DE. Grayscale: #969696. Windows color (decimal): -2258911 or 2197725. OLE color: 2197725.

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

Color convert

RGB 221 136 33 -
CMYK 0 0.38 0.85 0.13
HSL 32.87º 0.74% 0.5% -
HSV(B) 32.87º 0.85% 0.87% -
XYZ 38.9 33.09 5.78 -
YUV 149.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 221 136 33 0 0.38 0.85 0.13 32.87 0.74 0.5
Hex DD 88 21 0 26 55 D 21 4A 32
Octal 335 210 41 0 46 125 15 41 112 62
Binary 11011101 10001000 100001 0 100110 1010101 1101 100001 1001010 110010

Color Harmonies of #DD8821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8821

Black with #DD8821

Text Example


Text Example

White with #DD8821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8821; }

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

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

background-color css

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

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

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

border-color css

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

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

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