Html Css Color HEX #DC871F Buttercup

📋 copy color: '#DC871F'

red 220 ◦ green 135 ◦ blue 31

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

Shades of Buttercup #DC871F

Tints of Buttercup #DC871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 56.99%
G = 34.97%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC871F (or 0xDC871F) is known color: Buttercup. HEX triplet: DC, 87 and 1F. RGB value is (220,135,31). Sum of RGB (Red+Green+Blue) = 220+135+31=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC871F is #2378E0. Grayscale: #959595. Windows color (decimal): -2324705 or 2066396. OLE color: 2066396.

HSL color Cylindrical-coordinate representation of color #DC871F: hue angle of 33.02º 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 #DC871F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 31 -
CMYK 0 0.39 0.86 0.14
HSL 33.02º 0.75% 0.49% -
HSV(B) 33.02º 0.86% 0.86% -
XYZ 38.43 32.64 5.57 -
YUV 148.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 220 135 31 0 0.39 0.86 0.14 33.02 0.75 0.49
Hex DC 87 1F 0 27 56 E 21 4B 31
Octal 334 207 37 0 47 126 16 41 113 61
Binary 11011100 10000111 11111 0 100111 1010110 1110 100001 1001011 110001

Color Harmonies of #DC871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC871F

Black with #DC871F

Text Example


Text Example

White with #DC871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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