Html Css Color HEX #DC931F Buttercup

📋 copy color: '#DC931F'

red 220 ◦ green 147 ◦ blue 31

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

Shades of Buttercup #DC931F

Tints of Buttercup #DC931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 55.28%
G = 36.93%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC931F (or 0xDC931F) is known color: Buttercup. HEX triplet: DC, 93 and 1F. RGB value is (220,147,31). Sum of RGB (Red+Green+Blue) = 220+147+31=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC931F is #236CE0. Grayscale: #9C9C9C. Windows color (decimal): -2321633 or 2069468. OLE color: 2069468.

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

Color convert

RGB 220 147 31 -
CMYK 0 0.33 0.86 0.14
HSL 36.83º 0.75% 0.49% -
HSV(B) 36.83º 0.86% 0.86% -
XYZ 40.2 36.18 6.16 -
YUV 155.6 57.68 173.93 -
System Red Green Blue C M Y K H S L
Decimal 220 147 31 0 0.33 0.86 0.14 36.83 0.75 0.49
Hex DC 93 1F 0 21 56 E 25 4B 31
Octal 334 223 37 0 41 126 16 45 113 61
Binary 11011100 10010011 11111 0 100001 1010110 1110 100101 1001011 110001

Color Harmonies of #DC931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC931F

Black with #DC931F

Text Example


Text Example

White with #DC931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC931F; }

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

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

background-color css

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

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

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

border-color css

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

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

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