Html Css Color HEX #DC8C1E Buttercup

📋 copy color: '#DC8C1E'

red 220 ◦ green 140 ◦ blue 30

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

Shades of Buttercup #DC8C1E

Tints of Buttercup #DC8C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

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

R = 56.41%
G = 35.9%
B = 7.69%

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

#DC8C1E (or 0xDC8C1E) is known color: Buttercup. HEX triplet: DC, 8C and 1E. RGB value is (220,140,30). Sum of RGB (Red+Green+Blue) = 220+140+30=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C1E is #2373E1. Grayscale: #979797. Windows color (decimal): -2323426 or 2002140. OLE color: 2002140.

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

Color convert

RGB 220 140 30 -
CMYK 0 0.36 0.86 0.14
HSL 34.74º 0.76% 0.49% -
HSV(B) 34.74º 0.86% 0.86% -
XYZ 39.13 34.07 5.74 -
YUV 151.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 220 140 30 0 0.36 0.86 0.14 34.74 0.76 0.49
Hex DC 8C 1E 0 24 56 E 23 4C 31
Octal 334 214 36 0 44 126 16 43 114 61
Binary 11011100 10001100 11110 0 100100 1010110 1110 100011 1001100 110001

Color Harmonies of #DC8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C1E

Black with #DC8C1E

Text Example


Text Example

White with #DC8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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