Html Css Color HEX #DC871E Buttercup

📋 copy color: '#DC871E'

red 220 ◦ green 135 ◦ blue 30

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

Shades of Buttercup #DC871E

Tints of Buttercup #DC871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 57.14%
G = 35.06%
B = 7.79%

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

#DC871E (or 0xDC871E) is known color: Buttercup. HEX triplet: DC, 87 and 1E. RGB value is (220,135,30). Sum of RGB (Red+Green+Blue) = 220+135+30=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC871E is #2378E1. Grayscale: #949494. Windows color (decimal): -2324706 or 2000860. OLE color: 2000860.

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

Color convert

RGB 220 135 30 -
CMYK 0 0.39 0.86 0.14
HSL 33.16º 0.76% 0.49% -
HSV(B) 33.16º 0.86% 0.86% -
XYZ 38.41 32.64 5.5 -
YUV 148.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 220 135 30 0 0.39 0.86 0.14 33.16 0.76 0.49
Hex DC 87 1E 0 27 56 E 21 4C 31
Octal 334 207 36 0 47 126 16 41 114 61
Binary 11011100 10000111 11110 0 100111 1010110 1110 100001 1001100 110001

Color Harmonies of #DC871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC871E

Black with #DC871E

Text Example


Text Example

White with #DC871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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