Html Css Color HEX #DD9321 Buttercup

📋 copy color: '#DD9321'

red 221 ◦ green 147 ◦ blue 33

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

Shades of Buttercup #DD9321

Tints of Buttercup #DD9321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 55.11%
G = 36.66%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD9321 (or 0xDD9321) is known color: Buttercup. HEX triplet: DD, 93 and 21. RGB value is (221,147,33). Sum of RGB (Red+Green+Blue) = 221+147+33=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9321 is #226CDE. Grayscale: #9C9C9C. Windows color (decimal): -2256095 or 2200541. OLE color: 2200541.

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

Color convert

RGB 221 147 33 -
CMYK 0 0.33 0.85 0.13
HSL 36.38º 0.74% 0.5% -
HSV(B) 36.38º 0.85% 0.87% -
XYZ 40.53 36.35 6.32 -
YUV 156.13 58.52 174.27 -
System Red Green Blue C M Y K H S L
Decimal 221 147 33 0 0.33 0.85 0.13 36.38 0.74 0.5
Hex DD 93 21 0 21 55 D 24 4A 32
Octal 335 223 41 0 41 125 15 44 112 62
Binary 11011101 10010011 100001 0 100001 1010101 1101 100100 1001010 110010

Color Harmonies of #DD9321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9321

Black with #DD9321

Text Example


Text Example

White with #DD9321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9321; }

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

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

background-color css

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

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

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

border-color css

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

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

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