#DCBC4E

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

Shades of Ronchi #DCBC4E

Tints of Ronchi #DCBC4E

Color information

#DCBC4E (or 0xDCBC4E) is unknown color: approx Ronchi. HEX triplet: DC, BC and 4E. RGB value is (220,188,78). Sum of RGB (Red+Green+Blue) = 220+188+78=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC4E is #2343B1. Grayscale: #B9B9B9. Windows color (decimal): -2311090 or 5160156. OLE color: 5160156.

HSL color Cylindrical-coordinate representation of color #DCBC4E: hue angle of 46.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBC4E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22018878-
CMYK00.150.650.14
HSL46.48º66.98%58.43%-
HSV(B)46.48º64.55%86.27%-
XYZ48.8751.7314.62-
YUV185.0367.6152.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 78 (30.86% from 255) = 16.05%
R=45.27%
G=38.68%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201887800.150.650.1446.4866.9858.43
HexDCBC4E0F41E2e433a
Octal334274116017101165610372
Binary1101110010111100100111001111100000111101011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC4E; }

 p { color: rgb(220,188,78); }

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

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

 a { background-color: rgb(220,188,78); }

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

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

 span { border-color: rgb(220,188,78); }

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