Html Css Color HEX #DD9031 Buttercup

📋 copy color: '#DD9031'

red 221 ◦ green 144 ◦ blue 49

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

Shades of Buttercup #DD9031

Tints of Buttercup #DD9031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 53.38%
G = 34.78%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9031 (or 0xDD9031) is known color: Buttercup. HEX triplet: DD, 90 and 31. RGB value is (221,144,49). Sum of RGB (Red+Green+Blue) = 221+144+49=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9031 is #226FCE. Grayscale: #9C9C9C. Windows color (decimal): -2256847 or 3248349. OLE color: 3248349.

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

Color convert

RGB 221 144 49 -
CMYK 0 0.35 0.78 0.13
HSL 33.14º 0.72% 0.53% -
HSV(B) 33.14º 0.78% 0.87% -
XYZ 40.35 35.54 7.64 -
YUV 156.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 221 144 49 0 0.35 0.78 0.13 33.14 0.72 0.53
Hex DD 90 31 0 23 4E D 21 48 35
Octal 335 220 61 0 43 116 15 41 110 65
Binary 11011101 10010000 110001 0 100011 1001110 1101 100001 1001000 110101

Color Harmonies of #DD9031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9031

Black with #DD9031

Text Example


Text Example

White with #DD9031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9031; }

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

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

background-color css

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

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

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

border-color css

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

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

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