Html Css Color HEX #DC861B Buttercup

📋 copy color: '#DC861B'

red 220 ◦ green 134 ◦ blue 27

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

Shades of Buttercup #DC861B

Tints of Buttercup #DC861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 57.74%
G = 35.17%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC861B (or 0xDC861B) is known color: Buttercup. HEX triplet: DC, 86 and 1B. RGB value is (220,134,27). Sum of RGB (Red+Green+Blue) = 220+134+27=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861B is #2379E4. Grayscale: #949494. Windows color (decimal): -2324965 or 1803996. OLE color: 1803996.

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

Color convert

RGB 220 134 27 -
CMYK 0 0.39 0.88 0.14
HSL 33.26º 0.78% 0.48% -
HSV(B) 33.26º 0.88% 0.86% -
XYZ 38.24 32.34 5.26 -
YUV 147.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 220 134 27 0 0.39 0.88 0.14 33.26 0.78 0.48
Hex DC 86 1B 0 27 58 E 21 4E 30
Octal 334 206 33 0 47 130 16 41 116 60
Binary 11011100 10000110 11011 0 100111 1011000 1110 100001 1001110 110000

Color Harmonies of #DC861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC861B

Black with #DC861B

Text Example


Text Example

White with #DC861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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