Html Css Color HEX #DC891C Buttercup

📋 copy color: '#DC891C'

red 220 ◦ green 137 ◦ blue 28

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

Shades of Buttercup #DC891C

Tints of Buttercup #DC891C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

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

R = 57.14%
G = 35.58%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC891C (or 0xDC891C) is known color: Buttercup. HEX triplet: DC, 89 and 1C. RGB value is (220,137,28). Sum of RGB (Red+Green+Blue) = 220+137+28=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC891C is #2376E3. Grayscale: #959595. Windows color (decimal): -2324196 or 1870300. OLE color: 1870300.

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

Color convert

RGB 220 137 28 -
CMYK 0 0.38 0.87 0.14
HSL 34.06º 0.77% 0.49% -
HSV(B) 34.06º 0.87% 0.86% -
XYZ 38.67 33.19 5.47 -
YUV 149.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 220 137 28 0 0.38 0.87 0.14 34.06 0.77 0.49
Hex DC 89 1C 0 26 57 E 22 4D 31
Octal 334 211 34 0 46 127 16 42 115 61
Binary 11011100 10001001 11100 0 100110 1010111 1110 100010 1001101 110001

Color Harmonies of #DC891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC891C

Black with #DC891C

Text Example


Text Example

White with #DC891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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