Html Css Color HEX #DD9421 Buttercup

📋 copy color: '#DD9421'

red 221 ◦ green 148 ◦ blue 33

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

Shades of Buttercup #DD9421

Tints of Buttercup #DD9421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 54.98%
G = 36.82%
B = 8.21%

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

#DD9421 (or 0xDD9421) is known color: Buttercup. HEX triplet: DD, 94 and 21. RGB value is (221,148,33). Sum of RGB (Red+Green+Blue) = 221+148+33=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9421 is #226BDE. Grayscale: #9D9D9D. Windows color (decimal): -2255839 or 2200797. OLE color: 2200797.

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

Color convert

RGB 221 148 33 -
CMYK 0 0.33 0.85 0.13
HSL 36.7º 0.74% 0.5% -
HSV(B) 36.7º 0.85% 0.87% -
XYZ 40.68 36.66 6.37 -
YUV 156.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 221 148 33 0 0.33 0.85 0.13 36.7 0.74 0.5
Hex DD 94 21 0 21 55 D 25 4A 32
Octal 335 224 41 0 41 125 15 45 112 62
Binary 11011101 10010100 100001 0 100001 1010101 1101 100101 1001010 110010

Color Harmonies of #DD9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9421

Black with #DD9421

Text Example


Text Example

White with #DD9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9421; }

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

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

background-color css

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

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

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

border-color css

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

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

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