#DC8C2E

Color #DC8C2E Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DC8C2E

Tints of Buttercup #DC8C2E

Color information

#DC8C2E (or 0xDC8C2E) is unknown color: approx Buttercup. HEX triplet: DC, 8C and 2E. RGB value is (220,140,46). Sum of RGB (Red+Green+Blue) = 220+140+46=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C2E is #2373D1. Grayscale: #999999. Windows color (decimal): -2323410 or 3050716. OLE color: 3050716.

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

Color convert

RGB22014046-
CMYK00.360.790.14
HSL32.41º71.31%52.16%-
HSV(B)32.41º79.09%86.27%-
XYZ39.3934.177.1-
YUV153.267.5175.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=54.19%
G=34.48%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201404600.360.790.1432.4171.3152.16
HexDC8C2E0244FE204734
Octal33421456044117164010764
Binary11011100100011001011100100100100111111101000001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C2E; }

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

 H1.HeaderClassName
 {
   color: #DC8C2E;
 }
 .AnyTagClassName
 {
   color: #DC8C2E;
 }
</style>
background-color css

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

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

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

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

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

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