Html Css Color HEX #DC861D Buttercup

📋 copy color: '#DC861D'

red 220 ◦ green 134 ◦ blue 29

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

Shades of Buttercup #DC861D

Tints of Buttercup #DC861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 57.44%
G = 34.99%
B = 7.57%

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

#DC861D (or 0xDC861D) is known color: Buttercup. HEX triplet: DC, 86 and 1D. RGB value is (220,134,29). Sum of RGB (Red+Green+Blue) = 220+134+29=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861D is #2379E2. Grayscale: #949494. Windows color (decimal): -2324963 or 1935068. OLE color: 1935068.

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

Color convert

RGB 220 134 29 -
CMYK 0 0.39 0.87 0.14
HSL 32.98º 0.77% 0.49% -
HSV(B) 32.98º 0.87% 0.86% -
XYZ 38.26 32.35 5.39 -
YUV 147.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 220 134 29 0 0.39 0.87 0.14 32.98 0.77 0.49
Hex DC 86 1D 0 27 57 E 21 4D 31
Octal 334 206 35 0 47 127 16 41 115 61
Binary 11011100 10000110 11101 0 100111 1010111 1110 100001 1001101 110001

Color Harmonies of #DC861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC861D

Black with #DC861D

Text Example


Text Example

White with #DC861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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