Html Css Color HEX #DC951C Buttercup

📋 copy color: '#DC951C'

red 220 ◦ green 149 ◦ blue 28

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

Shades of Buttercup #DC951C

Tints of Buttercup #DC951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 55.42%
G = 37.53%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC951C (or 0xDC951C) is known color: Buttercup. HEX triplet: DC, 95 and 1C. RGB value is (220,149,28). Sum of RGB (Red+Green+Blue) = 220+149+28=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC951C is #236AE3. Grayscale: #9C9C9C. Windows color (decimal): -2321124 or 1873372. OLE color: 1873372.

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

Color convert

RGB 220 149 28 -
CMYK 0 0.32 0.87 0.14
HSL 37.81º 0.77% 0.49% -
HSV(B) 37.81º 0.87% 0.86% -
XYZ 40.47 36.79 6.07 -
YUV 156.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 220 149 28 0 0.32 0.87 0.14 37.81 0.77 0.49
Hex DC 95 1C 0 20 57 E 26 4D 31
Octal 334 225 34 0 40 127 16 46 115 61
Binary 11011100 10010101 11100 0 100000 1010111 1110 100110 1001101 110001

Color Harmonies of #DC951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC951C

Black with #DC951C

Text Example


Text Example

White with #DC951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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