Html Css Color HEX #DC8D1E Buttercup

📋 copy color: '#DC8D1E'

red 220 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #DC8D1E

Tints of Buttercup #DC8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 56.27%
G = 36.06%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC8D1E (or 0xDC8D1E) is known color: Buttercup. HEX triplet: DC, 8D and 1E. RGB value is (220,141,30). Sum of RGB (Red+Green+Blue) = 220+141+30=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D1E is #2372E1. Grayscale: #989898. Windows color (decimal): -2323170 or 2002396. OLE color: 2002396.

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

Color convert

RGB 220 141 30 -
CMYK 0 0.36 0.86 0.14
HSL 35.05º 0.76% 0.49% -
HSV(B) 35.05º 0.86% 0.86% -
XYZ 39.27 34.36 5.79 -
YUV 151.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 220 141 30 0 0.36 0.86 0.14 35.05 0.76 0.49
Hex DC 8D 1E 0 24 56 E 23 4C 31
Octal 334 215 36 0 44 126 16 43 114 61
Binary 11011100 10001101 11110 0 100100 1010110 1110 100011 1001100 110001

Color Harmonies of #DC8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D1E

Black with #DC8D1E

Text Example


Text Example

White with #DC8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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