Html Css Color HEX #DD8920 Buttercup

📋 copy color: '#DD8920'

red 221 ◦ green 137 ◦ blue 32

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

Shades of Buttercup #DD8920

Tints of Buttercup #DD8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 56.67%
G = 35.13%
B = 8.21%

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

#DD8920 (or 0xDD8920) is known color: Buttercup. HEX triplet: DD, 89 and 20. RGB value is (221,137,32). Sum of RGB (Red+Green+Blue) = 221+137+32=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8920 is #2276DF. Grayscale: #969696. Windows color (decimal): -2258656 or 2132445. OLE color: 2132445.

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

Color convert

RGB 221 137 32 -
CMYK 0 0.38 0.86 0.13
HSL 33.33º 0.75% 0.5% -
HSV(B) 33.33º 0.86% 0.87% -
XYZ 39.03 33.37 5.75 -
YUV 150.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 221 137 32 0 0.38 0.86 0.13 33.33 0.75 0.5
Hex DD 89 20 0 26 56 D 21 4B 32
Octal 335 211 40 0 46 126 15 41 113 62
Binary 11011101 10001001 100000 0 100110 1010110 1101 100001 1001011 110010

Color Harmonies of #DD8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8920

Black with #DD8920

Text Example


Text Example

White with #DD8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8920; }

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

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

background-color css

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

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

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

border-color css

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

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

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