Html Css Color HEX #DD9332 Buttercup

📋 copy color: '#DD9332'

red 221 ◦ green 147 ◦ blue 50

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

Shades of Buttercup #DD9332

Tints of Buttercup #DD9332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 52.87%
G = 35.17%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9332 (or 0xDD9332) is known color: Buttercup. HEX triplet: DD, 93 and 32. RGB value is (221,147,50). Sum of RGB (Red+Green+Blue) = 221+147+50=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9332 is #226CCD. Grayscale: #9E9E9E. Windows color (decimal): -2256078 or 3314653. OLE color: 3314653.

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

Color convert

RGB 221 147 50 -
CMYK 0 0.33 0.77 0.13
HSL 34.04º 0.72% 0.53% -
HSV(B) 34.04º 0.77% 0.87% -
XYZ 40.83 36.47 7.91 -
YUV 158.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 221 147 50 0 0.33 0.77 0.13 34.04 0.72 0.53
Hex DD 93 32 0 21 4D D 22 48 35
Octal 335 223 62 0 41 115 15 42 110 65
Binary 11011101 10010011 110010 0 100001 1001101 1101 100010 1001000 110101

Color Harmonies of #DD9332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9332

Black with #DD9332

Text Example


Text Example

White with #DD9332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9332; }

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

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

background-color css

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

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

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

border-color css

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

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

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