Html Css Color HEX #DC971C Buttercup

📋 copy color: '#DC971C'

red 220 ◦ green 151 ◦ blue 28

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

Shades of Buttercup #DC971C

Tints of Buttercup #DC971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 55.14%
G = 37.84%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC971C (or 0xDC971C) is known color: Buttercup. HEX triplet: DC, 97 and 1C. RGB value is (220,151,28). Sum of RGB (Red+Green+Blue) = 220+151+28=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC971C is #2368E3. Grayscale: #9E9E9E. Windows color (decimal): -2320612 or 1873884. OLE color: 1873884.

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

Color convert

RGB 220 151 28 -
CMYK 0 0.31 0.87 0.14
HSL 38.44º 0.77% 0.49% -
HSV(B) 38.44º 0.87% 0.86% -
XYZ 40.79 37.43 6.17 -
YUV 157.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 220 151 28 0 0.31 0.87 0.14 38.44 0.77 0.49
Hex DC 97 1C 0 1F 57 E 26 4D 31
Octal 334 227 34 0 37 127 16 46 115 61
Binary 11011100 10010111 11100 0 11111 1010111 1110 100110 1001101 110001

Color Harmonies of #DC971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC971C

Black with #DC971C

Text Example


Text Example

White with #DC971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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