Html Css Color HEX #DD9320 Buttercup

📋 copy color: '#DD9320'

red 221 ◦ green 147 ◦ blue 32

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

Shades of Buttercup #DD9320

Tints of Buttercup #DD9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 55.25%
G = 36.75%
B = 8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD9320 (or 0xDD9320) is known color: Buttercup. HEX triplet: DD, 93 and 20. RGB value is (221,147,32). Sum of RGB (Red+Green+Blue) = 221+147+32=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9320 is #226CDF. Grayscale: #9C9C9C. Windows color (decimal): -2256096 or 2135005. OLE color: 2135005.

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

Color convert

RGB 221 147 32 -
CMYK 0 0.33 0.86 0.13
HSL 36.51º 0.75% 0.5% -
HSV(B) 36.51º 0.86% 0.87% -
XYZ 40.51 36.34 6.25 -
YUV 156.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 221 147 32 0 0.33 0.86 0.13 36.51 0.75 0.5
Hex DD 93 20 0 21 56 D 25 4B 32
Octal 335 223 40 0 41 126 15 45 113 62
Binary 11011101 10010011 100000 0 100001 1010110 1101 100101 1001011 110010

Color Harmonies of #DD9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9320

Black with #DD9320

Text Example


Text Example

White with #DD9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9320; }

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

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

background-color css

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

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

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

border-color css

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

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

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