Html Css Color HEX #DD881F Buttercup

📋 copy color: '#DD881F'

red 221 ◦ green 136 ◦ blue 31

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

Shades of Buttercup #DD881F

Tints of Buttercup #DD881F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.99%

R = 56.96%
G = 35.05%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD881F (or 0xDD881F) is known color: Buttercup. HEX triplet: DD, 88 and 1F. RGB value is (221,136,31). Sum of RGB (Red+Green+Blue) = 221+136+31=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD881F is #2277E0. Grayscale: #959595. Windows color (decimal): -2258913 or 2066653. OLE color: 2066653.

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

Color convert

RGB 221 136 31 -
CMYK 0 0.38 0.86 0.13
HSL 33.16º 0.75% 0.49% -
HSV(B) 33.16º 0.86% 0.87% -
XYZ 38.87 33.08 5.63 -
YUV 149.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 221 136 31 0 0.38 0.86 0.13 33.16 0.75 0.49
Hex DD 88 1F 0 26 56 D 21 4B 31
Octal 335 210 37 0 46 126 15 41 113 61
Binary 11011101 10001000 11111 0 100110 1010110 1101 100001 1001011 110001

Color Harmonies of #DD881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD881F

Black with #DD881F

Text Example


Text Example

White with #DD881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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