Html Css Color HEX #DC951F Buttercup

📋 copy color: '#DC951F'

red 220 ◦ green 149 ◦ blue 31

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

Shades of Buttercup #DC951F

Tints of Buttercup #DC951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.75%

R = 55%
G = 37.25%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC951F (or 0xDC951F) is known color: Buttercup. HEX triplet: DC, 95 and 1F. RGB value is (220,149,31). Sum of RGB (Red+Green+Blue) = 220+149+31=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC951F is #236AE0. Grayscale: #9D9D9D. Windows color (decimal): -2321121 or 2069980. OLE color: 2069980.

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

Color convert

RGB 220 149 31 -
CMYK 0 0.32 0.86 0.14
HSL 37.46º 0.75% 0.49% -
HSV(B) 37.46º 0.86% 0.86% -
XYZ 40.51 36.81 6.27 -
YUV 156.78 57.02 173.09 -
System Red Green Blue C M Y K H S L
Decimal 220 149 31 0 0.32 0.86 0.14 37.46 0.75 0.49
Hex DC 95 1F 0 20 56 E 25 4B 31
Octal 334 225 37 0 40 126 16 45 113 61
Binary 11011100 10010101 11111 0 100000 1010110 1110 100101 1001011 110001

Color Harmonies of #DC951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC951F

Black with #DC951F

Text Example


Text Example

White with #DC951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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