Html Css Color HEX #DC841F Buttercup

📋 copy color: '#DC841F'

red 220 ◦ green 132 ◦ blue 31

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

Shades of Buttercup #DC841F

Tints of Buttercup #DC841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 57.44%
G = 34.46%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC841F (or 0xDC841F) is known color: Buttercup. HEX triplet: DC, 84 and 1F. RGB value is (220,132,31). Sum of RGB (Red+Green+Blue) = 220+132+31=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC841F is #237BE0. Grayscale: #939393. Windows color (decimal): -2325473 or 2065628. OLE color: 2065628.

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

Color convert

RGB 220 132 31 -
CMYK 0 0.40 0.86 0.14
HSL 32.06º 0.75% 0.49% -
HSV(B) 32.06º 0.86% 0.86% -
XYZ 38.01 31.82 5.43 -
YUV 146.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 220 132 31 0 0.40 0.86 0.14 32.06 0.75 0.49
Hex DC 84 1F 0 28 56 E 20 4B 31
Octal 334 204 37 0 50 126 16 40 113 61
Binary 11011100 10000100 11111 0 101000 1010110 1110 100000 1001011 110001

Color Harmonies of #DC841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC841F

Black with #DC841F

Text Example


Text Example

White with #DC841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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