Html Css Color HEX #DD9030 Buttercup

📋 copy color: '#DD9030'

red 221 ◦ green 144 ◦ blue 48

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

Shades of Buttercup #DD9030

Tints of Buttercup #DD9030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 53.51%
G = 34.87%
B = 11.62%

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

#DD9030 (or 0xDD9030) is known color: Buttercup. HEX triplet: DD, 90 and 30. RGB value is (221,144,48). Sum of RGB (Red+Green+Blue) = 221+144+48=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9030 is #226FCF. Grayscale: #9C9C9C. Windows color (decimal): -2256848 or 3182813. OLE color: 3182813.

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

Color convert

RGB 221 144 48 -
CMYK 0 0.35 0.78 0.13
HSL 33.29º 0.72% 0.53% -
HSV(B) 33.29º 0.78% 0.87% -
XYZ 40.33 35.53 7.53 -
YUV 156.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 221 144 48 0 0.35 0.78 0.13 33.29 0.72 0.53
Hex DD 90 30 0 23 4E D 21 48 35
Octal 335 220 60 0 43 116 15 41 110 65
Binary 11011101 10010000 110000 0 100011 1001110 1101 100001 1001000 110101

Color Harmonies of #DD9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9030

Black with #DD9030

Text Example


Text Example

White with #DD9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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