Html Css Color HEX #DD9F33 Buttercup

📋 copy color: '#DD9F33'

red 221 ◦ green 159 ◦ blue 51

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

Shades of Buttercup #DD9F33

Tints of Buttercup #DD9F33

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

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

R = 51.28%
G = 36.89%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9F33 (or 0xDD9F33) is known color: Buttercup. HEX triplet: DD, 9F and 33. RGB value is (221,159,51). Sum of RGB (Red+Green+Blue) = 221+159+51=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F33 is #2260CC. Grayscale: #A5A5A5. Windows color (decimal): -2253005 or 3383261. OLE color: 3383261.

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

Color convert

RGB 221 159 51 -
CMYK 0 0.28 0.77 0.13
HSL 38.12º 0.71% 0.53% -
HSV(B) 38.12º 0.77% 0.87% -
XYZ 42.81 40.41 8.67 -
YUV 165.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 221 159 51 0 0.28 0.77 0.13 38.12 0.71 0.53
Hex DD 9F 33 0 1C 4D D 26 47 35
Octal 335 237 63 0 34 115 15 46 107 65
Binary 11011101 10011111 110011 0 11100 1001101 1101 100110 1000111 110101

Color Harmonies of #DD9F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F33

Black with #DD9F33

Text Example


Text Example

White with #DD9F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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