Html Css Color HEX #DD8620 Buttercup

📋 copy color: '#DD8620'

red 221 ◦ green 134 ◦ blue 32

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

Shades of Buttercup #DD8620

Tints of Buttercup #DD8620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 57.11%
G = 34.63%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8620 (or 0xDD8620) is known color: Buttercup. HEX triplet: DD, 86 and 20. RGB value is (221,134,32). Sum of RGB (Red+Green+Blue) = 221+134+32=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8620 is #2279DF. Grayscale: #949494. Windows color (decimal): -2259424 or 2131677. OLE color: 2131677.

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

Color convert

RGB 221 134 32 -
CMYK 0 0.39 0.86 0.13
HSL 32.38º 0.75% 0.5% -
HSV(B) 32.38º 0.86% 0.87% -
XYZ 38.6 32.53 5.61 -
YUV 148.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 221 134 32 0 0.39 0.86 0.13 32.38 0.75 0.5
Hex DD 86 20 0 27 56 D 20 4B 32
Octal 335 206 40 0 47 126 15 40 113 62
Binary 11011101 10000110 100000 0 100111 1010110 1101 100000 1001011 110010

Color Harmonies of #DD8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8620

Black with #DD8620

Text Example


Text Example

White with #DD8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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