Html Css Color HEX #DD8D30 Buttercup

📋 copy color: '#DD8D30'

red 221 ◦ green 141 ◦ blue 48

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

Shades of Buttercup #DD8D30

Tints of Buttercup #DD8D30

RGB

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

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

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

R = 53.9%
G = 34.39%
B = 11.71%

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

#DD8D30 (or 0xDD8D30) is known color: Buttercup. HEX triplet: DD, 8D and 30. RGB value is (221,141,48). Sum of RGB (Red+Green+Blue) = 221+141+48=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D30 is #2272CF. Grayscale: #9A9A9A. Windows color (decimal): -2257616 or 3182045. OLE color: 3182045.

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

Color convert

RGB 221 141 48 -
CMYK 0 0.36 0.78 0.13
HSL 32.25º 0.72% 0.53% -
HSV(B) 32.25º 0.78% 0.87% -
XYZ 39.88 34.64 7.38 -
YUV 154.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 221 141 48 0 0.36 0.78 0.13 32.25 0.72 0.53
Hex DD 8D 30 0 24 4E D 20 48 35
Octal 335 215 60 0 44 116 15 40 110 65
Binary 11011101 10001101 110000 0 100100 1001110 1101 100000 1001000 110101

Color Harmonies of #DD8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D30

Black with #DD8D30

Text Example


Text Example

White with #DD8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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