Html Css Color HEX #DD9522 Buttercup

📋 copy color: '#DD9522'

red 221 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #DD9522

Tints of Buttercup #DD9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 54.7%
G = 36.88%
B = 8.42%

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

#DD9522 (or 0xDD9522) is known color: Buttercup. HEX triplet: DD, 95 and 22. RGB value is (221,149,34). Sum of RGB (Red+Green+Blue) = 221+149+34=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9522 is #226ADD. Grayscale: #9D9D9D. Windows color (decimal): -2255582 or 2266589. OLE color: 2266589.

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

Color convert

RGB 221 149 34 -
CMYK 0 0.33 0.85 0.13
HSL 36.9º 0.73% 0.5% -
HSV(B) 36.9º 0.85% 0.87% -
XYZ 40.85 36.98 6.5 -
YUV 157.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 221 149 34 0 0.33 0.85 0.13 36.9 0.73 0.5
Hex DD 95 22 0 21 55 D 25 49 32
Octal 335 225 42 0 41 125 15 45 111 62
Binary 11011101 10010101 100010 0 100001 1010101 1101 100101 1001001 110010

Color Harmonies of #DD9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9522

Black with #DD9522

Text Example


Text Example

White with #DD9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9522; }

 p { color: rgb(221,149,34); }

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

background-color css

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

 a { background-color: rgb(221,149,34); }

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

border-color css

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

 span { border-color: rgb(221,149,34); }

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