Html Css Color HEX #DD9431 Buttercup

📋 copy color: '#DD9431'

red 221 ◦ green 148 ◦ blue 49

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

Shades of Buttercup #DD9431

Tints of Buttercup #DD9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 52.87%
G = 35.41%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9431 (or 0xDD9431) is known color: Buttercup. HEX triplet: DD, 94 and 31. RGB value is (221,148,49). Sum of RGB (Red+Green+Blue) = 221+148+49=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9431 is #226BCE. Grayscale: #9F9F9F. Windows color (decimal): -2255823 or 3249373. OLE color: 3249373.

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

Color convert

RGB 221 148 49 -
CMYK 0 0.33 0.78 0.13
HSL 34.53º 0.72% 0.53% -
HSV(B) 34.53º 0.78% 0.87% -
XYZ 40.96 36.77 7.84 -
YUV 158.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 221 148 49 0 0.33 0.78 0.13 34.53 0.72 0.53
Hex DD 94 31 0 21 4E D 23 48 35
Octal 335 224 61 0 41 116 15 43 110 65
Binary 11011101 10010100 110001 0 100001 1001110 1101 100011 1001000 110101

Color Harmonies of #DD9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9431

Black with #DD9431

Text Example


Text Example

White with #DD9431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9431; }

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

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

background-color css

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

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

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

border-color css

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

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

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