Html Css Color HEX #DD8D31 Buttercup

📋 copy color: '#DD8D31'

red 221 ◦ green 141 ◦ blue 49

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

Shades of Buttercup #DD8D31

Tints of Buttercup #DD8D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

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

R = 53.77%
G = 34.31%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8D31 (or 0xDD8D31) is known color: Buttercup. HEX triplet: DD, 8D and 31. RGB value is (221,141,49). Sum of RGB (Red+Green+Blue) = 221+141+49=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D31 is #2272CE. Grayscale: #9A9A9A. Windows color (decimal): -2257615 or 3247581. OLE color: 3247581.

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

Color convert

RGB 221 141 49 -
CMYK 0 0.36 0.78 0.13
HSL 32.09º 0.72% 0.53% -
HSV(B) 32.09º 0.78% 0.87% -
XYZ 39.9 34.64 7.49 -
YUV 154.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 221 141 49 0 0.36 0.78 0.13 32.09 0.72 0.53
Hex DD 8D 31 0 24 4E D 20 48 35
Octal 335 215 61 0 44 116 15 40 110 65
Binary 11011101 10001101 110001 0 100100 1001110 1101 100000 1001000 110101

Color Harmonies of #DD8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D31

Black with #DD8D31

Text Example


Text Example

White with #DD8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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