Html Css Color HEX #DC8E31 Buttercup

📋 copy color: '#DC8E31'

red 220 ◦ green 142 ◦ blue 49

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

Shades of Buttercup #DC8E31

Tints of Buttercup #DC8E31

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 53.53%
G = 34.55%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8E31 (or 0xDC8E31) is known color: Buttercup. HEX triplet: DC, 8E and 31. RGB value is (220,142,49). Sum of RGB (Red+Green+Blue) = 220+142+49=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8E31 is #2371CE. Grayscale: #9B9B9B. Windows color (decimal): -2322895 or 3247836. OLE color: 3247836.

HSL color Cylindrical-coordinate representation of color #DC8E31: hue angle of 32.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8E31 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 49 -
CMYK 0 0.35 0.78 0.14
HSL 32.63º 0.71% 0.53% -
HSV(B) 32.63º 0.78% 0.86% -
XYZ 39.74 34.78 7.52 -
YUV 154.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 220 142 49 0 0.35 0.78 0.14 32.63 0.71 0.53
Hex DC 8E 31 0 23 4E E 21 47 35
Octal 334 216 61 0 43 116 16 41 107 65
Binary 11011100 10001110 110001 0 100011 1001110 1110 100001 1000111 110101

Color Harmonies of #DC8E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E31

Black with #DC8E31

Text Example


Text Example

White with #DC8E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E31; }

 p { color: rgb(220,142,49); }

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

background-color css

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

 a { background-color: rgb(220,142,49); }

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

border-color css

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

 span { border-color: rgb(220,142,49); }

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