Html Css Color HEX #DD8820 Buttercup

📋 copy color: '#DD8820'

red 221 ◦ green 136 ◦ blue 32

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

Shades of Buttercup #DD8820

Tints of Buttercup #DD8820

RGB

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

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

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

R = 56.81%
G = 34.96%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8820 (or 0xDD8820) is known color: Buttercup. HEX triplet: DD, 88 and 20. RGB value is (221,136,32). Sum of RGB (Red+Green+Blue) = 221+136+32=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8820 is #2277DF. Grayscale: #969696. Windows color (decimal): -2258912 or 2132189. OLE color: 2132189.

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

Color convert

RGB 221 136 32 -
CMYK 0 0.38 0.86 0.13
HSL 33.02º 0.75% 0.5% -
HSV(B) 33.02º 0.86% 0.87% -
XYZ 38.88 33.08 5.7 -
YUV 149.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 221 136 32 0 0.38 0.86 0.13 33.02 0.75 0.5
Hex DD 88 20 0 26 56 D 21 4B 32
Octal 335 210 40 0 46 126 15 41 113 62
Binary 11011101 10001000 100000 0 100110 1010110 1101 100001 1001011 110010

Color Harmonies of #DD8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8820

Black with #DD8820

Text Example


Text Example

White with #DD8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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