Html Css Color HEX #DD9224 Buttercup

📋 copy color: '#DD9224'

red 221 ◦ green 146 ◦ blue 36

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

Shades of Buttercup #DD9224

Tints of Buttercup #DD9224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 54.84%
G = 36.23%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9224 (or 0xDD9224) is known color: Buttercup. HEX triplet: DD, 92 and 24. RGB value is (221,146,36). Sum of RGB (Red+Green+Blue) = 221+146+36=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9224 is #226DDB. Grayscale: #9C9C9C. Windows color (decimal): -2256348 or 2396893. OLE color: 2396893.

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

Color convert

RGB 221 146 36 -
CMYK 0 0.34 0.84 0.13
HSL 35.68º 0.73% 0.5% -
HSV(B) 35.68º 0.84% 0.87% -
XYZ 40.42 36.06 6.5 -
YUV 155.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 221 146 36 0 0.34 0.84 0.13 35.68 0.73 0.5
Hex DD 92 24 0 22 54 D 24 49 32
Octal 335 222 44 0 42 124 15 44 111 62
Binary 11011101 10010010 100100 0 100010 1010100 1101 100100 1001001 110010

Color Harmonies of #DD9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9224

Black with #DD9224

Text Example


Text Example

White with #DD9224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9224; }

 p { color: rgb(221,146,36); }

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

background-color css

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

 a { background-color: rgb(221,146,36); }

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

border-color css

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

 span { border-color: rgb(221,146,36); }

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