Html Css Color HEX #DD9231 Buttercup

📋 copy color: '#DD9231'

red 221 ◦ green 146 ◦ blue 49

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

Shades of Buttercup #DD9231

Tints of Buttercup #DD9231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 53.13%
G = 35.1%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9231 (or 0xDD9231) is known color: Buttercup. HEX triplet: DD, 92 and 31. RGB value is (221,146,49). Sum of RGB (Red+Green+Blue) = 221+146+49=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9231 is #226DCE. Grayscale: #9D9D9D. Windows color (decimal): -2256335 or 3248861. OLE color: 3248861.

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

Color convert

RGB 221 146 49 -
CMYK 0 0.34 0.78 0.13
HSL 33.84º 0.72% 0.53% -
HSV(B) 33.84º 0.78% 0.87% -
XYZ 40.65 36.15 7.74 -
YUV 157.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 221 146 49 0 0.34 0.78 0.13 33.84 0.72 0.53
Hex DD 92 31 0 22 4E D 22 48 35
Octal 335 222 61 0 42 116 15 42 110 65
Binary 11011101 10010010 110001 0 100010 1001110 1101 100010 1001000 110101

Color Harmonies of #DD9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9231

Black with #DD9231

Text Example


Text Example

White with #DD9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9231; }

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

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

background-color css

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

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

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

border-color css

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

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

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