Html Css Color HEX #DD9F31 Buttercup

📋 copy color: '#DD9F31'

red 221 ◦ green 159 ◦ blue 49

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

Shades of Buttercup #DD9F31

Tints of Buttercup #DD9F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 51.52%
G = 37.06%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9F31 (or 0xDD9F31) is known color: Buttercup. HEX triplet: DD, 9F and 31. RGB value is (221,159,49). Sum of RGB (Red+Green+Blue) = 221+159+49=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F31 is #2260CE. Grayscale: #A5A5A5. Windows color (decimal): -2253007 or 3252189. OLE color: 3252189.

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

Color convert

RGB 221 159 49 -
CMYK 0 0.28 0.78 0.13
HSL 38.37º 0.72% 0.53% -
HSV(B) 38.37º 0.78% 0.87% -
XYZ 42.77 40.39 8.45 -
YUV 165 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 221 159 49 0 0.28 0.78 0.13 38.37 0.72 0.53
Hex DD 9F 31 0 1C 4E D 26 48 35
Octal 335 237 61 0 34 116 15 46 110 65
Binary 11011101 10011111 110001 0 11100 1001110 1101 100110 1001000 110101

Color Harmonies of #DD9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F31

Black with #DD9F31

Text Example


Text Example

White with #DD9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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