Html Css Color HEX #DD881C Buttercup

📋 copy color: '#DD881C'

red 221 ◦ green 136 ◦ blue 28

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

Shades of Buttercup #DD881C

Tints of Buttercup #DD881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 57.4%
G = 35.32%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD881C (or 0xDD881C) is known color: Buttercup. HEX triplet: DD, 88 and 1C. RGB value is (221,136,28). Sum of RGB (Red+Green+Blue) = 221+136+28=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD881C is #2277E3. Grayscale: #959595. Windows color (decimal): -2258916 or 1870045. OLE color: 1870045.

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

Color convert

RGB 221 136 28 -
CMYK 0 0.38 0.87 0.13
HSL 33.58º 0.78% 0.49% -
HSV(B) 33.58º 0.87% 0.87% -
XYZ 38.83 33.06 5.43 -
YUV 149.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 221 136 28 0 0.38 0.87 0.13 33.58 0.78 0.49
Hex DD 88 1C 0 26 57 D 22 4E 31
Octal 335 210 34 0 46 127 15 42 116 61
Binary 11011101 10001000 11100 0 100110 1010111 1101 100010 1001110 110001

Color Harmonies of #DD881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD881C

Black with #DD881C

Text Example


Text Example

White with #DD881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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