Html Css Color HEX #DC861C Buttercup

📋 copy color: '#DC861C'

red 220 ◦ green 134 ◦ blue 28

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

Shades of Buttercup #DC861C

Tints of Buttercup #DC861C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 57.59%
G = 35.08%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC861C (or 0xDC861C) is known color: Buttercup. HEX triplet: DC, 86 and 1C. RGB value is (220,134,28). Sum of RGB (Red+Green+Blue) = 220+134+28=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861C is #2379E3. Grayscale: #949494. Windows color (decimal): -2324964 or 1869532. OLE color: 1869532.

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

Color convert

RGB 220 134 28 -
CMYK 0 0.39 0.87 0.14
HSL 33.13º 0.77% 0.49% -
HSV(B) 33.13º 0.87% 0.86% -
XYZ 38.25 32.35 5.33 -
YUV 147.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 220 134 28 0 0.39 0.87 0.14 33.13 0.77 0.49
Hex DC 86 1C 0 27 57 E 21 4D 31
Octal 334 206 34 0 47 127 16 41 115 61
Binary 11011100 10000110 11100 0 100111 1010111 1110 100001 1001101 110001

Color Harmonies of #DC861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC861C

Black with #DC861C

Text Example


Text Example

White with #DC861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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