Html Css Color HEX #DC861F Buttercup

📋 copy color: '#DC861F'

red 220 ◦ green 134 ◦ blue 31

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

Shades of Buttercup #DC861F

Tints of Buttercup #DC861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 57.14%
G = 34.81%
B = 8.05%

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

#DC861F (or 0xDC861F) is known color: Buttercup. HEX triplet: DC, 86 and 1F. RGB value is (220,134,31). Sum of RGB (Red+Green+Blue) = 220+134+31=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861F is #2379E0. Grayscale: #949494. Windows color (decimal): -2324961 or 2066140. OLE color: 2066140.

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

Color convert

RGB 220 134 31 -
CMYK 0 0.39 0.86 0.14
HSL 32.7º 0.75% 0.49% -
HSV(B) 32.7º 0.86% 0.86% -
XYZ 38.29 32.36 5.53 -
YUV 147.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 220 134 31 0 0.39 0.86 0.14 32.7 0.75 0.49
Hex DC 86 1F 0 27 56 E 21 4B 31
Octal 334 206 37 0 47 126 16 41 113 61
Binary 11011100 10000110 11111 0 100111 1010110 1110 100001 1001011 110001

Color Harmonies of #DC861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC861F

Black with #DC861F

Text Example


Text Example

White with #DC861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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