Html Css Color HEX #DD8320 Buttercup

📋 copy color: '#DD8320'

red 221 ◦ green 131 ◦ blue 32

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

Shades of Buttercup #DD8320

Tints of Buttercup #DD8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 57.55%
G = 34.11%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8320 (or 0xDD8320) is known color: Buttercup. HEX triplet: DD, 83 and 20. RGB value is (221,131,32). Sum of RGB (Red+Green+Blue) = 221+131+32=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8320 is #227CDF. Grayscale: #939393. Windows color (decimal): -2260192 or 2130909. OLE color: 2130909.

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

Color convert

RGB 221 131 32 -
CMYK 0 0.41 0.86 0.13
HSL 31.43º 0.75% 0.5% -
HSV(B) 31.43º 0.86% 0.87% -
XYZ 38.2 31.71 5.47 -
YUV 146.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 221 131 32 0 0.41 0.86 0.13 31.43 0.75 0.5
Hex DD 83 20 0 29 56 D 1F 4B 32
Octal 335 203 40 0 51 126 15 37 113 62
Binary 11011101 10000011 100000 0 101001 1010110 1101 11111 1001011 110010

Color Harmonies of #DD8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8320

Black with #DD8320

Text Example


Text Example

White with #DD8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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