Html Css Color HEX #DD8E32 Buttercup

📋 copy color: '#DD8E32'

red 221 ◦ green 142 ◦ blue 50

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

Shades of Buttercup #DD8E32

Tints of Buttercup #DD8E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 53.51%
G = 34.38%
B = 12.11%

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

#DD8E32 (or 0xDD8E32) is known color: Buttercup. HEX triplet: DD, 8E and 32. RGB value is (221,142,50). Sum of RGB (Red+Green+Blue) = 221+142+50=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E32 is #2271CD. Grayscale: #9B9B9B. Windows color (decimal): -2257358 or 3313373. OLE color: 3313373.

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

Color convert

RGB 221 142 50 -
CMYK 0 0.36 0.77 0.13
HSL 32.28º 0.72% 0.53% -
HSV(B) 32.28º 0.77% 0.87% -
XYZ 40.07 34.95 7.65 -
YUV 155.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 221 142 50 0 0.36 0.77 0.13 32.28 0.72 0.53
Hex DD 8E 32 0 24 4D D 20 48 35
Octal 335 216 62 0 44 115 15 40 110 65
Binary 11011101 10001110 110010 0 100100 1001101 1101 100000 1001000 110101

Color Harmonies of #DD8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E32

Black with #DD8E32

Text Example


Text Example

White with #DD8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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