Html Css Color HEX #DC841D Buttercup

📋 copy color: '#DC841D'

red 220 ◦ green 132 ◦ blue 29

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

Shades of Buttercup #DC841D

Tints of Buttercup #DC841D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 57.74%
G = 34.65%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC841D (or 0xDC841D) is known color: Buttercup. HEX triplet: DC, 84 and 1D. RGB value is (220,132,29). Sum of RGB (Red+Green+Blue) = 220+132+29=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC841D is #237BE2. Grayscale: #939393. Windows color (decimal): -2325475 or 1934556. OLE color: 1934556.

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

Color convert

RGB 220 132 29 -
CMYK 0 0.40 0.87 0.14
HSL 32.36º 0.77% 0.49% -
HSV(B) 32.36º 0.87% 0.86% -
XYZ 37.99 31.81 5.3 -
YUV 146.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 220 132 29 0 0.40 0.87 0.14 32.36 0.77 0.49
Hex DC 84 1D 0 28 57 E 20 4D 31
Octal 334 204 35 0 50 127 16 40 115 61
Binary 11011100 10000100 11101 0 101000 1010111 1110 100000 1001101 110001

Color Harmonies of #DC841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC841D

Black with #DC841D

Text Example


Text Example

White with #DC841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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