Html Css Color HEX #DD881B Buttercup

📋 copy color: '#DD881B'

red 221 ◦ green 136 ◦ blue 27

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

Shades of Buttercup #DD881B

Tints of Buttercup #DD881B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 57.55%
G = 35.42%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD881B (or 0xDD881B) is known color: Buttercup. HEX triplet: DD, 88 and 1B. RGB value is (221,136,27). Sum of RGB (Red+Green+Blue) = 221+136+27=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD881B is #2277E4. Grayscale: #959595. Windows color (decimal): -2258917 or 1804509. OLE color: 1804509.

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

Color convert

RGB 221 136 27 -
CMYK 0 0.38 0.88 0.13
HSL 33.71º 0.78% 0.49% -
HSV(B) 33.71º 0.88% 0.87% -
XYZ 38.82 33.06 5.37 -
YUV 148.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 221 136 27 0 0.38 0.88 0.13 33.71 0.78 0.49
Hex DD 88 1B 0 26 58 D 22 4E 31
Octal 335 210 33 0 46 130 15 42 116 61
Binary 11011101 10001000 11011 0 100110 1011000 1101 100010 1001110 110001

Color Harmonies of #DD881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD881B

Black with #DD881B

Text Example


Text Example

White with #DD881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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