Html Css Color HEX #DD882F Buttercup

📋 copy color: '#DD882F'

red 221 ◦ green 136 ◦ blue 47

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

Shades of Buttercup #DD882F

Tints of Buttercup #DD882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 54.7%
G = 33.66%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD882F (or 0xDD882F) is known color: Buttercup. HEX triplet: DD, 88 and 2F. RGB value is (221,136,47). Sum of RGB (Red+Green+Blue) = 221+136+47=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882F is #2277D0. Grayscale: #979797. Windows color (decimal): -2258897 or 3115229. OLE color: 3115229.

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

Color convert

RGB 221 136 47 -
CMYK 0 0.38 0.79 0.13
HSL 30.69º 0.72% 0.53% -
HSV(B) 30.69º 0.79% 0.87% -
XYZ 39.14 33.19 7.03 -
YUV 151.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 221 136 47 0 0.38 0.79 0.13 30.69 0.72 0.53
Hex DD 88 2F 0 26 4F D 1F 48 35
Octal 335 210 57 0 46 117 15 37 110 65
Binary 11011101 10001000 101111 0 100110 1001111 1101 11111 1001000 110101

Color Harmonies of #DD882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD882F

Black with #DD882F

Text Example


Text Example

White with #DD882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD882F; }

 p { color: rgb(221,136,47); }

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

background-color css

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

 a { background-color: rgb(221,136,47); }

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

border-color css

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

 span { border-color: rgb(221,136,47); }

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