Html Css Color HEX #DD9333 Buttercup

📋 copy color: '#DD9333'

red 221 ◦ green 147 ◦ blue 51

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

Shades of Buttercup #DD9333

Tints of Buttercup #DD9333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 52.74%
G = 35.08%
B = 12.17%

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

#DD9333 (or 0xDD9333) is known color: Buttercup. HEX triplet: DD, 93 and 33. RGB value is (221,147,51). Sum of RGB (Red+Green+Blue) = 221+147+51=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9333 is #226CCC. Grayscale: #9E9E9E. Windows color (decimal): -2256077 or 3380189. OLE color: 3380189.

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

Color convert

RGB 221 147 51 -
CMYK 0 0.33 0.77 0.13
HSL 33.88º 0.71% 0.53% -
HSV(B) 33.88º 0.77% 0.87% -
XYZ 40.85 36.48 8.02 -
YUV 158.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 221 147 51 0 0.33 0.77 0.13 33.88 0.71 0.53
Hex DD 93 33 0 21 4D D 22 47 35
Octal 335 223 63 0 41 115 15 42 107 65
Binary 11011101 10010011 110011 0 100001 1001101 1101 100010 1000111 110101

Color Harmonies of #DD9333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9333

Black with #DD9333

Text Example


Text Example

White with #DD9333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9333; }

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

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

background-color css

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

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

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

border-color css

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

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

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