Html Css Color HEX #DC861E Buttercup

📋 copy color: '#DC861E'

red 220 ◦ green 134 ◦ blue 30

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

Shades of Buttercup #DC861E

Tints of Buttercup #DC861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 57.29%
G = 34.9%
B = 7.81%

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

#DC861E (or 0xDC861E) is known color: Buttercup. HEX triplet: DC, 86 and 1E. RGB value is (220,134,30). Sum of RGB (Red+Green+Blue) = 220+134+30=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861E is #2379E1. Grayscale: #949494. Windows color (decimal): -2324962 or 2000604. OLE color: 2000604.

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

Color convert

RGB 220 134 30 -
CMYK 0 0.39 0.86 0.14
HSL 32.84º 0.76% 0.49% -
HSV(B) 32.84º 0.86% 0.86% -
XYZ 38.27 32.36 5.46 -
YUV 147.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 220 134 30 0 0.39 0.86 0.14 32.84 0.76 0.49
Hex DC 86 1E 0 27 56 E 21 4C 31
Octal 334 206 36 0 47 126 16 41 114 61
Binary 11011100 10000110 11110 0 100111 1010110 1110 100001 1001100 110001

Color Harmonies of #DC861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC861E

Black with #DC861E

Text Example


Text Example

White with #DC861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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