Html Css Color HEX #DC841E Buttercup

📋 copy color: '#DC841E'

red 220 ◦ green 132 ◦ blue 30

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

Shades of Buttercup #DC841E

Tints of Buttercup #DC841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 57.59%
G = 34.55%
B = 7.85%

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

#DC841E (or 0xDC841E) is known color: Buttercup. HEX triplet: DC, 84 and 1E. RGB value is (220,132,30). Sum of RGB (Red+Green+Blue) = 220+132+30=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC841E is #237BE1. Grayscale: #939393. Windows color (decimal): -2325474 or 2000092. OLE color: 2000092.

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

Color convert

RGB 220 132 30 -
CMYK 0 0.40 0.86 0.14
HSL 32.21º 0.76% 0.49% -
HSV(B) 32.21º 0.86% 0.86% -
XYZ 38 31.81 5.37 -
YUV 146.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 220 132 30 0 0.40 0.86 0.14 32.21 0.76 0.49
Hex DC 84 1E 0 28 56 E 20 4C 31
Octal 334 204 36 0 50 126 16 40 114 61
Binary 11011100 10000100 11110 0 101000 1010110 1110 100000 1001100 110001

Color Harmonies of #DC841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC841E

Black with #DC841E

Text Example


Text Example

White with #DC841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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