Html Css Color HEX #DC871B Buttercup

📋 copy color: '#DC871B'

red 220 ◦ green 135 ◦ blue 27

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

Shades of Buttercup #DC871B

Tints of Buttercup #DC871B

RGB

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

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

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

R = 57.59%
G = 35.34%
B = 7.07%

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

#DC871B (or 0xDC871B) is known color: Buttercup. HEX triplet: DC, 87 and 1B. RGB value is (220,135,27). Sum of RGB (Red+Green+Blue) = 220+135+27=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC871B is #2378E4. Grayscale: #949494. Windows color (decimal): -2324709 or 1804252. OLE color: 1804252.

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

Color convert

RGB 220 135 27 -
CMYK 0 0.39 0.88 0.14
HSL 33.58º 0.78% 0.48% -
HSV(B) 33.58º 0.88% 0.86% -
XYZ 38.38 32.62 5.31 -
YUV 148.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 220 135 27 0 0.39 0.88 0.14 33.58 0.78 0.48
Hex DC 87 1B 0 27 58 E 22 4E 30
Octal 334 207 33 0 47 130 16 42 116 60
Binary 11011100 10000111 11011 0 100111 1011000 1110 100010 1001110 110000

Color Harmonies of #DC871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC871B

Black with #DC871B

Text Example


Text Example

White with #DC871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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