Html Css Color HEX #DD8D32 Buttercup

📋 copy color: '#DD8D32'

red 221 ◦ green 141 ◦ blue 50

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

Shades of Buttercup #DD8D32

Tints of Buttercup #DD8D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 53.64%
G = 34.22%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8D32 (or 0xDD8D32) is known color: Buttercup. HEX triplet: DD, 8D and 32. RGB value is (221,141,50). Sum of RGB (Red+Green+Blue) = 221+141+50=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D32 is #2272CD. Grayscale: #9A9A9A. Windows color (decimal): -2257614 or 3313117. OLE color: 3313117.

HSL color Cylindrical-coordinate representation of color #DD8D32: hue angle of 31.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD8D32 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 141 50 -
CMYK 0 0.36 0.77 0.13
HSL 31.93º 0.72% 0.53% -
HSV(B) 31.93º 0.77% 0.87% -
XYZ 39.92 34.65 7.6 -
YUV 154.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 221 141 50 0 0.36 0.77 0.13 31.93 0.72 0.53
Hex DD 8D 32 0 24 4D D 20 48 35
Octal 335 215 62 0 44 115 15 40 110 65
Binary 11011101 10001101 110010 0 100100 1001101 1101 100000 1001000 110101

Color Harmonies of #DD8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D32

Black with #DD8D32

Text Example


Text Example

White with #DD8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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