Html Css Color HEX #DD8621 Buttercup

📋 copy color: '#DD8621'

red 221 ◦ green 134 ◦ blue 33

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

Shades of Buttercup #DD8621

Tints of Buttercup #DD8621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 56.96%
G = 34.54%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8621 (or 0xDD8621) is known color: Buttercup. HEX triplet: DD, 86 and 21. RGB value is (221,134,33). Sum of RGB (Red+Green+Blue) = 221+134+33=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8621 is #2279DE. Grayscale: #949494. Windows color (decimal): -2259423 or 2197213. OLE color: 2197213.

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

Color convert

RGB 221 134 33 -
CMYK 0 0.39 0.85 0.13
HSL 32.23º 0.74% 0.5% -
HSV(B) 32.23º 0.85% 0.87% -
XYZ 38.62 32.53 5.68 -
YUV 148.5 62.82 179.71 -
System Red Green Blue C M Y K H S L
Decimal 221 134 33 0 0.39 0.85 0.13 32.23 0.74 0.5
Hex DD 86 21 0 27 55 D 20 4A 32
Octal 335 206 41 0 47 125 15 40 112 62
Binary 11011101 10000110 100001 0 100111 1010101 1101 100000 1001010 110010

Color Harmonies of #DD8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8621

Black with #DD8621

Text Example


Text Example

White with #DD8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8621; }

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

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

background-color css

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

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

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

border-color css

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

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

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