Html Css Color HEX #DC881F Buttercup

📋 copy color: '#DC881F'

red 220 ◦ green 136 ◦ blue 31

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

Shades of Buttercup #DC881F

Tints of Buttercup #DC881F

RGB

 RED value IS 220 (86.33% from 255) = 56.85%

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

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

R = 56.85%
G = 35.14%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC881F (or 0xDC881F) is known color: Buttercup. HEX triplet: DC, 88 and 1F. RGB value is (220,136,31). Sum of RGB (Red+Green+Blue) = 220+136+31=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC881F is #2377E0. Grayscale: #959595. Windows color (decimal): -2324449 or 2066652. OLE color: 2066652.

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

Color convert

RGB 220 136 31 -
CMYK 0 0.38 0.86 0.14
HSL 33.33º 0.75% 0.49% -
HSV(B) 33.33º 0.86% 0.86% -
XYZ 38.57 32.92 5.62 -
YUV 149.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 220 136 31 0 0.38 0.86 0.14 33.33 0.75 0.49
Hex DC 88 1F 0 26 56 E 21 4B 31
Octal 334 210 37 0 46 126 16 41 113 61
Binary 11011100 10001000 11111 0 100110 1010110 1110 100001 1001011 110001

Color Harmonies of #DC881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC881F

Black with #DC881F

Text Example


Text Example

White with #DC881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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